- API juggling
[m6w6/ext-http] / tests / HttpRequest_001.phpt
index 3f5f2edfc7090814a05eb3104de96d00a87e22da..ec28bdfbe8f4b516bb1c2ba0ee8a70fb5642ffb8 100644 (file)
@@ -1,12 +1,13 @@
 --TEST--
 HttpRequest options
 --SKIPIF--
-<?php 
+<?php
 include 'skip.inc';
 checkver(5);
 ?>
 --FILE--
 <?php
+echo "-TEST\n";
 $r1 = new HttpRequest;
 $r2 = new HttpRequest;
 $r1->setOptions(array('redirect'=>11, 'headers'=>array('X-Foo'=>'Bar')));
@@ -21,7 +22,8 @@ $r1 = null;
 $r2 = null;
 ?>
 --EXPECTF--
-%sArray
+%sTEST
+Array
 (
     [0] => Array
         (
@@ -46,4 +48,4 @@ $r2 = null;
         )
 
 )
-bool(false)
\ No newline at end of file
+bool(false)