- API juggling
[m6w6/ext-http] / tests / date_001.phpt
index 359dc5597bc5f3b520bbbc2a198c9874df2f8f4a..7964be715cea6f92153903b7eaec10698e08b1b1 100644 (file)
@@ -1,17 +1,17 @@
 --TEST--
 http_date() with timestamp
 --SKIPIF--
-<?php 
+<?php
 include 'skip.inc';
 ?>
 --FILE--
 <?php
+echo "-TEST\n";
 echo http_date(1), "\n";
 echo http_date(1234567890), "\n";
 ?>
 --EXPECTF--
-Content-type: text/html
-X-Powered-By: PHP/%s
-
+%sTEST
 Thu, 01 Jan 1970 00:00:01 GMT
 Fri, 13 Feb 2009 23:31:30 GMT
+