diff options
Diffstat (limited to 'Zend/tests/double_to_string.phpt')
-rw-r--r-- | Zend/tests/double_to_string.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/tests/double_to_string.phpt b/Zend/tests/double_to_string.phpt index d5793b192a..d1098e7198 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-- <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?> --FILE-- |