diff options
author | Antony Dovgal <tony2001@php.net> | 2007-04-26 23:30:00 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-04-26 23:30:00 +0000 |
commit | 66859a74deae600a355d43afb0876cf189877396 (patch) | |
tree | 88f02f73c9d566cdcea77bff2741ef7acf797a59 /Zend/tests/double_to_string.phpt | |
parent | ef32c956f7fa5b9a2c1b1a038ca147a91a86ef67 (diff) | |
download | php-git-66859a74deae600a355d43afb0876cf189877396.tar.gz |
fix tests
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-- |