X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fget_request_data_001.phpt;h=ea79b262cb93d4f81a04d52e5c685b20edede585;hp=ad2ee5a82edff20cc9337236de1e90e867aa1506;hb=99b27b9e44043e5ff1bd53f2a1e3b007cfd16a42;hpb=9a35b7682fede86cb0167d21a67fea38a6e85181 diff --git a/tests/get_request_data_001.phpt b/tests/get_request_data_001.phpt index ad2ee5a..ea79b26 100644 --- a/tests/get_request_data_001.phpt +++ b/tests/get_request_data_001.phpt @@ -4,29 +4,37 @@ get request data ---ENV-- -HTTP_ACCEPT_CHARSET=iso-8859-1, * -HTTP_USER_AGENT=Mozilla/5.0 --POST-- a=b&c=d --FILE-- -===DONE=== --EXPECTF-- -%sTEST +%aTEST 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