diff options
author | Marcus Boerger <helly@php.net> | 2005-12-30 12:49:46 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-12-30 12:49:46 +0000 |
commit | bb2955706080d7a650e45641c38e62558669ba79 (patch) | |
tree | 0c18b67c04024d298c4134c9c0b98c38f93374c2 | |
parent | b905bddda8746ff57abb04693b49979757d71431 (diff) | |
download | php-git-bb2955706080d7a650e45641c38e62558669ba79.tar.gz |
- Need to set precision in ini
-rwxr-xr-x | tests/lang/bug24640.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lang/bug24640.phpt b/tests/lang/bug24640.phpt index 118e0c21f7..eb208cf56a 100755 --- a/tests/lang/bug24640.phpt +++ b/tests/lang/bug24640.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #24640 (var_export and var_dump can't output large float) +--INI-- +precision=12 --FILE-- <?php function test($v) |