diff options
Diffstat (limited to 'ext/json/tests/pass001.phpt')
-rw-r--r-- | ext/json/tests/pass001.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/json/tests/pass001.phpt b/ext/json/tests/pass001.phpt index f2aba683b0..7a74e163e7 100644 --- a/ext/json/tests/pass001.phpt +++ b/ext/json/tests/pass001.phpt @@ -1,5 +1,7 @@ --TEST-- JSON (http://www.crockford.com/JSON/JSON_checker/test/pass1.json) +--INI-- +precision=14 --SKIPIF-- <?php if (!extension_loaded('json')) die('skip: json extension not available'); |