X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fget_request_data_001.phpt;h=3dabaa14b3987ba02615f8b42b3a33f6145c404a;hb=a93c1059c61026dab25278d0839c44745fc117b6;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..3dabaa1 100644 --- a/tests/get_request_data_001.phpt +++ b/tests/get_request_data_001.phpt @@ -4,25 +4,26 @@ 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 Array @@ -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