X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fget_request_data_001.phpt;h=ea79b262cb93d4f81a04d52e5c685b20edede585;hb=bcd8a695c6dfc8463596cf97d886e32eec959417;hp=4d15265a3f90755cc17626a7cb03351cfed06252;hpb=b1d7d87f91b5cdcf321cb103e1a315f639885d61;p=m6w6%2Fext-http diff --git a/tests/get_request_data_001.phpt b/tests/get_request_data_001.phpt index 4d15265..ea79b26 100644 --- a/tests/get_request_data_001.phpt +++ b/tests/get_request_data_001.phpt @@ -4,27 +4,28 @@ get request data ---ENV-- -HTTP_ACCEPT_CHARSET=iso-8859-1, * -HTTP_ACCEPT_ENCODING=none -HTTP_USER_AGENT=Mozilla/5.0 -HTTP_HOST=localhost --POST-- a=b&c=d --FILE-- -===DONE=== --EXPECTF-- -%sTEST +%aTEST Array ( [Accept-Charset] => iso-8859-1, * @@ -32,5 +33,8 @@ Array [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