X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FHttpRequest_001.phpt;h=5ef2d9d7fb59da5782ac0bd395e9999ba9385339;hb=6df516595ca42f9b2bdcbb52c863c430fae450d4;hp=0ff1b5baa881e617d25eb5fc27937b69e646de47;hpb=96d059e9210a6677427392d615bc42ab38b3b432;p=m6w6%2Fext-http diff --git a/tests/HttpRequest_001.phpt b/tests/HttpRequest_001.phpt index 0ff1b5b..5ef2d9d 100644 --- a/tests/HttpRequest_001.phpt +++ b/tests/HttpRequest_001.phpt @@ -3,7 +3,7 @@ HttpRequest options --SKIPIF-- --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 ) )