X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fparams001.phpt;h=5b28deed83a041d1c355fd3e5bc658bceb72f643;hp=1fec867eef846ded614ffec13ef4e41ff7bda633;hb=refs%2Fheads%2Fv2.5.x;hpb=3019d90e130276f40f4172e3e5080049a3dd4f78 diff --git a/tests/params001.phpt b/tests/params001.phpt index 1fec867..5b28dee 100644 --- a/tests/params001.phpt +++ b/tests/params001.phpt @@ -8,7 +8,7 @@ include "skipif.inc"; +DONE --EXPECTF-- Test bool(true) @@ -38,4 +39,27 @@ bool(false) bool(true) string(10) "iso-8859-1" string(%d) "text/json;charset=iso-8859-1" -Done +object(http\Params)#%d (5) { + ["params"]=> + array(1) { + ["text/json"]=> + array(2) { + ["value"]=> + bool(true) + ["arguments"]=> + array(1) { + ["charset"]=> + string(10) "iso-8859-1" + } + } + } + ["param_sep"]=> + string(1) "," + ["arg_sep"]=> + string(1) ";" + ["val_sep"]=> + string(1) "=" + ["flags"]=> + int(0) +} +DONE