summaryrefslogtreecommitdiff
path: root/ext/json/tests/json_encode_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/tests/json_encode_basic.phpt')
-rw-r--r--ext/json/tests/json_encode_basic.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/json/tests/json_encode_basic.phpt b/ext/json/tests/json_encode_basic.phpt
index 7ee68c58ca..fc348eed81 100644
--- a/ext/json/tests/json_encode_basic.phpt
+++ b/ext/json/tests/json_encode_basic.phpt
@@ -150,8 +150,6 @@ string(4) "null"
-- Iteration 25 --
string(4) "null"
-- Iteration 26 --
-
-Warning: json_encode(): type is unsupported in %s on line %d
bool(false)
-- Iteration 27 --
string(82) "{"MyInt":99,"MyFloat":123.45,"MyBool":true,"MyNull":null,"MyString":"Hello World"}"