- API juggling
[m6w6/ext-http] / tests / abs_uri_001.phpt
index 0c20be0150f8f8314c0c87117f5fc2f0848492c8..e76191e9ff2d71638d02406b363f74938a046197 100644 (file)
@@ -1,14 +1,17 @@
 --TEST--
 http_absolute_uri() with relative paths
 --SKIPIF--
-<?php 
+<?php
 include 'skip.inc';
 ?>
 --FILE--
 <?php
+echo "-TEST\n";
 echo http_absolute_uri('page'), "\n";
 echo http_absolute_uri('with/some/path/'), "\n";
 ?>
 --EXPECTF--
-%shttp://localhost/page
+%sTEST
+http://localhost/page
 http://localhost/with/some/path/
+