summaryrefslogtreecommitdiff
path: root/ext/json/tests
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-11-19 16:58:28 +0000
committerFelipe Pena <felipe@php.net>2008-11-19 16:58:28 +0000
commit83c0eb69ad7a873fcb7a47d31a3258266f2316f0 (patch)
tree2db1b35051a4aa3e9b7099edcbc6f300fd56ab39 /ext/json/tests
parenta46300ec06ba6e8321e600b5abf78f672c53fa08 (diff)
downloadphp-git-83c0eb69ad7a873fcb7a47d31a3258266f2316f0.tar.gz
- Fixed tests
Diffstat (limited to 'ext/json/tests')
-rw-r--r--ext/json/tests/bug41567.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/json/tests/bug41567.phpt b/ext/json/tests/bug41567.phpt
index 5553df397c..a253a47b7a 100644
--- a/ext/json/tests/bug41567.phpt
+++ b/ext/json/tests/bug41567.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #41567 (json_encode() double conversion is inconsistent with PHP)
+--INI--
+precision=14
--SKIPIF--
<?php if (!extension_loaded('json')) print 'skip'; ?>
--FILE--