X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fget_request_data_001.phpt;h=00272941d5c99d1efa72f95c35d8a2a217a64936;hb=10025ba0ed0c9c8a509441ad1b9d6db633af8596;hp=4b9437a8730c830bc654dc368df29b1beca3bab3;hpb=693d9b2fa7b012575d4cee54b109264b269a3bda;p=m6w6%2Fext-http diff --git a/tests/get_request_data_001.phpt b/tests/get_request_data_001.phpt index 4b9437a..0027294 100644 --- a/tests/get_request_data_001.phpt +++ b/tests/get_request_data_001.phpt @@ -6,21 +6,29 @@ include 'skip.inc'; ?> --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 [User-Agent] => Mozilla/5.0 ) -string(7) "a=b&c=d" - +OK +===DONE===