- API juggling
[m6w6/ext-http] / tests / abs_uri_002.phpt
index 39245d1cb15cc798c20a4f5ebf1dc04c0dc90371..47f796b486672d634caa96403cf053b1f4d0ff25 100644 (file)
@@ -1,19 +1,19 @@
 --TEST--
 http_absolute_uri() with proto
 --SKIPIF--
-<?php 
+<?php
 include 'skip.inc';
 ?>
 --FILE--
 <?php
+echo "-TEST\n";
 echo http_absolute_uri('sec', 'https'), "\n";
 echo http_absolute_uri('/pub', 'ftp'), "\n";
 echo http_absolute_uri('/', null), "\n";
 ?>
 --EXPECTF--
-Content-type: text/html
-X-Powered-By: PHP/%s
-
+%sTEST
 https://localhost/sec
 ftp://localhost/pub
 http://localhost/
+