From: Antony Dovgal Date: Thu, 26 Apr 2007 23:32:30 +0000 (+0000) Subject: fix tests X-Git-Tag: RELEASE_1_2_0~210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82e7dc3aeb131f8fb17b1012ab383fc6207bf73a;p=php fix tests --- diff --git a/Zend/tests/double_to_string.phpt b/Zend/tests/double_to_string.phpt index 811d37d9c4..8621448d57 100644 --- a/Zend/tests/double_to_string.phpt +++ b/Zend/tests/double_to_string.phpt @@ -1,5 +1,7 @@ --TEST-- double to string conversion tests +--INI-- +precision=14 --SKIPIF-- --FILE-- diff --git a/Zend/tests/hex_overflow_32bit.phpt b/Zend/tests/hex_overflow_32bit.phpt index 34306ccc53..36e9a7e9d3 100644 --- a/Zend/tests/hex_overflow_32bit.phpt +++ b/Zend/tests/hex_overflow_32bit.phpt @@ -1,5 +1,7 @@ --TEST-- testing integer overflow (32bit) +--INI-- +precision=14 --SKIPIF-- --FILE-- diff --git a/Zend/tests/oct_overflow_32bit.phpt b/Zend/tests/oct_overflow_32bit.phpt index 77befbaa7a..d27c1f547c 100644 --- a/Zend/tests/oct_overflow_32bit.phpt +++ b/Zend/tests/oct_overflow_32bit.phpt @@ -1,5 +1,7 @@ --TEST-- testing integer overflow (32bit) +--INI-- +precision=14 --SKIPIF-- --FILE--