X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FHttpRequest_001.phpt;h=5ef2d9d7fb59da5782ac0bd395e9999ba9385339;hb=bcd8a695c6dfc8463596cf97d886e32eec959417;hp=cd6ae675a7eeba138f0d362728acac294ea9e2a8;hpb=e0d6c52bd402a3b89024512bab676504b7153ba9;p=m6w6%2Fext-http diff --git a/tests/HttpRequest_001.phpt b/tests/HttpRequest_001.phpt index cd6ae67..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 ) )