X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fparams001.phpt;h=f69624918ab561122395887d70f31f7659f3771f;hb=af622b3219e8037dce34a4e24719cc6408ecad00;hp=ac52bf7a940c049f7555a83f740551a400f73e2b;hpb=87db9817d428282792c8146d9c2ae9748ebf6f1e;p=m6w6%2Fext-http diff --git a/tests/params001.phpt b/tests/params001.phpt index ac52bf7..f696249 100644 --- a/tests/params001.phpt +++ b/tests/params001.phpt @@ -3,11 +3,12 @@ header params --SKIPIF-- --FILE-- + 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