X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fparse_headers_001.phpt;h=9da8c815277a80999c62e79f9b8620e5e1c5460e;hb=dd07cdeb2ed9752a82c9d052b42af2d639a785fd;hp=61ee93e2ebe1426e928b776654f183172497eb21;hpb=2d5d8aa343778897c7eedb25464a2cb0a789d748;p=m6w6%2Fext-http diff --git a/tests/parse_headers_001.phpt b/tests/parse_headers_001.phpt index 61ee93e..9da8c81 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 - +%sTEST 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 +) +