- Fixed build on php-trunk
[m6w6/ext-http] / tests / HttpRequest_001.phpt
index 0ff1b5baa881e617d25eb5fc27937b69e646de47..5ef2d9d7fb59da5782ac0bd395e9999ba9385339 100644 (file)
@@ -3,7 +3,7 @@ HttpRequest options
 --SKIPIF--
 <?php
 include 'skip.inc';
-checkmin(5);
+checkmin("5.2.5");
 checkcls('HttpRequest');
 ?>
 --FILE--
@@ -22,29 +22,29 @@ $r1 = null;
 $r2 = null;
 ?>
 --EXPECTF--
-%sTEST
+%aTEST
 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
         )
 
 )