X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fenvrequestheader001.phpt;h=bfc9ccbd3db4c81e9f36c3af4b92e23e0826cd3e;hp=b259ea5683a7e1cb82182b1209cc0c5360fd023d;hb=c99ab92f90d1497e299f0c94ab3877e5612df27d;hpb=87db9817d428282792c8146d9c2ae9748ebf6f1e diff --git a/tests/envrequestheader001.phpt b/tests/envrequestheader001.phpt index b259ea5..bfc9ccb 100644 --- a/tests/envrequestheader001.phpt +++ b/tests/envrequestheader001.phpt @@ -1,30 +1,33 @@ --TEST-- env request header --SKIPIF-- - --POST-- a=b --ENV-- HTTP_HOST=foo.bar HTTP_ACCEPT=*/* --FILE-- - --EXPECTF-- NULL string(%d) "foo.bar" string(%d) "application/x-www-form-urlencoded" array(4) { - ["Host"]=> - string(7) "foo.bar" ["Accept"]=> string(3) "*/*" ["Content-Length"]=> string(1) "3" ["Content-Type"]=> string(33) "application/x-www-form-urlencoded" + ["Host"]=> + string(7) "foo.bar" }