X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fparse_headers_001.phpt;h=c81e8839eef46508316090201bd67a17c04a8d95;hp=61ee93e2ebe1426e928b776654f183172497eb21;hb=1ff52a3e07565d94dab3eccb485aba28c0d10b84;hpb=2d5d8aa343778897c7eedb25464a2cb0a789d748 diff --git a/tests/parse_headers_001.phpt b/tests/parse_headers_001.phpt index 61ee93e..c81e883 100644 --- a/tests/parse_headers_001.phpt +++ b/tests/parse_headers_001.phpt @@ -1,32 +1,35 @@ --TEST-- http_parse_headers() --SKIPIF-- - --FILE-- --EXPECTF-- -Content-type: text/html -X-Powered-By: PHP/%s - +%aTEST Array ( - [Host] => localhost + [Host] => Array + ( + [0] => localhost + [1] => ambigious + ) + [Nospace] => here [Muchspace] => there [Empty] => @@ -34,4 +37,5 @@ Array [Folded] => one two three -) \ No newline at end of file +) +