diff options
Diffstat (limited to 'ext/json/tests/007.phpt')
-rw-r--r-- | ext/json/tests/007.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/json/tests/007.phpt b/ext/json/tests/007.phpt index 008d1dd5de..dea641317e 100644 --- a/ext/json/tests/007.phpt +++ b/ext/json/tests/007.phpt @@ -1,7 +1,5 @@ --TEST-- json_last_error() tests ---SKIPIF-- -<?php if (!extension_loaded("json")) print "skip"; ?> --FILE-- <?php var_dump(json_decode("[1]")); |