- API juggling
[m6w6/ext-http] / tests / date_002.phpt
index 3f00520b15c53e167ad4f91778348bf192687c69..98ab785b0b7148b0d53ffcea2bcbd2c7875604cd 100644 (file)
@@ -1,11 +1,12 @@
 --TEST--
 http_date() without timestamp
 --SKIPIF--
-<?php 
+<?php
 include 'skip.inc';
 ?>
 --FILE--
 <?php
+echo "-TEST\n";
 $t = time();
 $d1 = http_date($t);
 $d2 = http_date($t);
@@ -13,10 +14,9 @@ var_dump($d1 === $d2);
 echo strtotime($d1), "\n$d1\n$d2\n";
 ?>
 --EXPECTF--
-Content-type: text/html
-X-Powered-By: PHP/%s
-
+%sTEST
 bool(true)
 %d
 %s, %d %s %d %d:%d:%d GMT
 %s, %d %s %d %d:%d:%d GMT
+