- libevent diagnostics
[m6w6/ext-http] / tests / HttpRequest_001.phpt
index cd6ae675a7eeba138f0d362728acac294ea9e2a8..abe65065417eb4a06291abc39e1abcc867b9e208 100644 (file)
@@ -3,7 +3,7 @@ HttpRequest options
 --SKIPIF--
 <?php
 include 'skip.inc';
-checkver(5);
+checkmin(5);
 checkcls('HttpRequest');
 ?>
 --FILE--
@@ -27,24 +27,24 @@ Array
 (
     [0] => Array
         (
-            [redirect] => 11
             [headers] => Array
                 (
                     [X-Foo] => Bar
                     [X-Bar] => Foo
                 )
 
+            [redirect] => 11
         )
 
     [1] => Array
         (
-            [redirect] => 99
             [headers] => Array
                 (
                     [X-Bar] => Foo
                     [X-Foo] => Bar
                 )
 
+            [redirect] => 99
         )
 
 )