summaryrefslogtreecommitdiff
path: root/ext/json/tests/pass002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/tests/pass002.phpt')
-rw-r--r--ext/json/tests/pass002.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/tests/pass002.phpt b/ext/json/tests/pass002.phpt
index aa61cf5396..1d375ad3cf 100644
--- a/ext/json/tests/pass002.phpt
+++ b/ext/json/tests/pass002.phpt
@@ -4,7 +4,7 @@ JSON (http://www.crockford.com/JSON/JSON_checker/test/pass2.json)
<?php if (!extension_loaded("json")) print "skip"; ?>
--FILE--
<?php
-
+
$test = '[[[[[[[[[[[[[[[[[[["Not too deep"]]]]]]]]]]]]]]]]]]]';
echo 'Testing: ' . $test . "\n";
echo "DECODE: AS OBJECT\n";