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