From a71867fda8ceb2e0de11a4017356d0ca14f51f33 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 17 Jan 2014 16:37:46 +0100 Subject: [PATCH 1/1] fix test --- tests/params001.phpt | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/tests/params001.phpt b/tests/params001.phpt index 1fec867..f696249 100644 --- a/tests/params001.phpt +++ b/tests/params001.phpt @@ -8,7 +8,7 @@ include "skipif.inc"; + 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 -- 2.30.2