summaryrefslogtreecommitdiff
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
parenta46300ec06ba6e8321e600b5abf78f672c53fa08 (diff)
downloadphp-git-83c0eb69ad7a873fcb7a47d31a3258266f2316f0.tar.gz
- Fixed tests
-rw-r--r--ext/json/tests/bug41567.phpt2
-rw-r--r--ext/standard/tests/strings/similar_text_basic.phpt2
2 files changed, 3 insertions, 1 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--
diff --git a/ext/standard/tests/strings/similar_text_basic.phpt b/ext/standard/tests/strings/similar_text_basic.phpt
index 0eaf5c1c26..37b6527180 100644
--- a/ext/standard/tests/strings/similar_text_basic.phpt
+++ b/ext/standard/tests/strings/similar_text_basic.phpt
@@ -3,7 +3,7 @@ similar_text(), basic tests
--CREDITS--
Mats Lindh <mats at lindh.no>
#Testfest php.no
---INIT--
+--INI--
precision=14
--FILE--
<?php