summaryrefslogtreecommitdiff
path: root/ext/json/tests/bug54484.phpt
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2015-02-04 12:48:17 +0100
committerJulien Pauli <jpauli@php.net>2015-02-04 12:48:17 +0100
commitc85f12e3aca8d1da64504018e421a766ab66e574 (patch)
treef172075948aa1fb75a7d56ffca4078485c2cbf7d /ext/json/tests/bug54484.phpt
parent539fd6591591c78692848387210dcabb76b163f8 (diff)
downloadphp-git-c85f12e3aca8d1da64504018e421a766ab66e574.tar.gz
Revert "json_decode() should generate a syntax error when given ""."
This reverts commit a7b3abe4e6f5e2fdfd8d55b676c9ca6b3f9c8cc8.
Diffstat (limited to 'ext/json/tests/bug54484.phpt')
-rw-r--r--ext/json/tests/bug54484.phpt9
1 files changed, 2 insertions, 7 deletions
diff --git a/ext/json/tests/bug54484.phpt b/ext/json/tests/bug54484.phpt
index e56d8bd86b..d698ab5416 100644
--- a/ext/json/tests/bug54484.phpt
+++ b/ext/json/tests/bug54484.phpt
@@ -15,16 +15,11 @@ json_decode("invalid json");
var_dump(json_last_error());
-json_decode("\001 invalid json");
-var_dump(json_last_error());
-
-
json_decode("");
var_dump(json_last_error());
?>
--EXPECT--
int(0)
+int(0)
int(4)
-int(4)
-int(3)
-int(4)
+int(0)