]> granicus.if.org Git - php/commitdiff
fix tests
authorAntony Dovgal <tony2001@php.net>
Thu, 26 Apr 2007 23:32:30 +0000 (23:32 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 26 Apr 2007 23:32:30 +0000 (23:32 +0000)
Zend/tests/double_to_string.phpt
Zend/tests/hex_overflow_32bit.phpt
Zend/tests/oct_overflow_32bit.phpt

index 811d37d9c489ba8c30c96c049e813da860d8fcf4..8621448d57f2250367b1a03947de56e81e3f36f7 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 double to string conversion tests
+--INI--
+precision=14
 --SKIPIF--
 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
 --FILE--
index 34306ccc5309496346449645e525d734b310441f..36e9a7e9d32f3c093c25b0f5fff88a8cf3b9add9 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 testing integer overflow (32bit)
+--INI--
+precision=14
 --SKIPIF--
 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
 --FILE--
index 77befbaa7a47f026bb5f22bdbf31e237a8c7a3cf..d27c1f547c5991a51bd4642fda69b1b1a0c429c3 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 testing integer overflow (32bit)
+--INI--
+precision=14
 --SKIPIF--
 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
 --FILE--