diff options
Diffstat (limited to 'ext/json/tests/json_decode_exceptions.phpt')
-rw-r--r-- | ext/json/tests/json_decode_exceptions.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/json/tests/json_decode_exceptions.phpt b/ext/json/tests/json_decode_exceptions.phpt index ba1b57f5be..7dc2e7408a 100644 --- a/ext/json/tests/json_decode_exceptions.phpt +++ b/ext/json/tests/json_decode_exceptions.phpt @@ -1,7 +1,5 @@ --TEST-- Test json_decode() function : JSON_THROW_ON_ERROR flag ---SKIPIF-- -<?php if(!extension_loaded('json')) die('skip json extension not loaded') ?> --FILE-- <?php |