X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fparams001.phpt;h=5b28deed83a041d1c355fd3e5bc658bceb72f643;hp=40b5e157583d43049d084b22f17ceb268b5fb676;hb=9959c7864a5bcbe5e698f23f6cf51bf9abf06b7d;hpb=d5f6bd4ac008f03076dd910b60fd0964158823c8 diff --git a/tests/params001.phpt b/tests/params001.phpt index 40b5e15..5b28dee 100644 --- a/tests/params001.phpt +++ b/tests/params001.phpt @@ -3,11 +3,12 @@ header params --SKIPIF-- --FILE-- DONE @@ -38,4 +39,27 @@ bool(false) bool(true) string(10) "iso-8859-1" string(%d) "text/json;charset=iso-8859-1" +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