X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fget_request_data_001.phpt;h=3dabaa14b3987ba02615f8b42b3a33f6145c404a;hb=e29a410679b63b8f96b6890d1418f39d9ed489cc;hp=00272941d5c99d1efa72f95c35d8a2a217a64936;hpb=b73ce1c6b6bd39c8962116e7f26c2ca9a106c8e9;p=m6w6%2Fext-http diff --git a/tests/get_request_data_001.phpt b/tests/get_request_data_001.phpt index 0027294..3dabaa1 100644 --- a/tests/get_request_data_001.phpt +++ b/tests/get_request_data_001.phpt @@ -4,31 +4,37 @@ get request data ---ENV-- -HTTP_ACCEPT_CHARSET=iso-8859-1, * -HTTP_ACCEPT_ENCODING=none -HTTP_USER_AGENT=Mozilla/5.0 --POST-- a=b&c=d --FILE-- -===DONE=== --EXPECTF-- %sTEST Array ( [Accept-Charset] => iso-8859-1, * [Accept-Encoding] => none + [Host] => localhost [User-Agent] => Mozilla/5.0 ) -OK -===DONE=== +string(7) "a=b&c=d" +string(7) "a=b&c=d" +string(7) "a=b&c=d" +string(7) "a=b&c=d" +Done