diff options
author | Antony Dovgal <tony2001@php.net> | 2007-05-07 22:10:14 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-05-07 22:10:14 +0000 |
commit | 56a27267f3896f8ae31b4f101d8ef2638f815865 (patch) | |
tree | b92133ae7fbf8e26e3388433c3c6f7818e940532 /Zend/tests/cast_to_double.phpt | |
parent | c2c4fe75e1878ec908985dc08bc8dd50caf8e739 (diff) | |
download | php-git-56a27267f3896f8ae31b4f101d8ef2638f815865.tar.gz |
fix tests
Diffstat (limited to 'Zend/tests/cast_to_double.phpt')
-rw-r--r-- | Zend/tests/cast_to_double.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/tests/cast_to_double.phpt b/Zend/tests/cast_to_double.phpt index 7afc2708be..a5b9819b02 100644 --- a/Zend/tests/cast_to_double.phpt +++ b/Zend/tests/cast_to_double.phpt @@ -1,5 +1,7 @@ --TEST-- casting different variables to double +--INI-- +precision=14 --FILE-- <?php |