summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math')
-rw-r--r--ext/standard/tests/math/constants.phpt2
-rw-r--r--ext/standard/tests/math/hexdec.phpt2
2 files changed, 4 insertions, 0 deletions
diff --git a/ext/standard/tests/math/constants.phpt b/ext/standard/tests/math/constants.phpt
index 7b5110f53..deeb785f4 100644
--- a/ext/standard/tests/math/constants.phpt
+++ b/ext/standard/tests/math/constants.phpt
@@ -1,5 +1,7 @@
--TEST--
Math constants
+--INI--
+precision=14
--FILE--
<?php
$constants = array(
diff --git a/ext/standard/tests/math/hexdec.phpt b/ext/standard/tests/math/hexdec.phpt
index d8ff71f1c..d9e644aaf 100644
--- a/ext/standard/tests/math/hexdec.phpt
+++ b/ext/standard/tests/math/hexdec.phpt
@@ -1,5 +1,7 @@
--TEST--
overflow check for _php_math_basetozval
+--INI--
+precision=14
--FILE--
<?php