diff options
author | Jeff Welch <whatthejeff@gmail.com> | 2013-11-08 13:07:22 -0500 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2013-11-20 06:17:23 +0900 |
commit | 101c78050032de22832a83630ea136b2752d0fe6 (patch) | |
tree | e80a63a3aa19c66d49bd14db5c9b40a9ff4d4ea2 /tests | |
parent | 25c08a839a261f3da77767934d8bed29f9831db3 (diff) | |
download | php-git-101c78050032de22832a83630ea136b2752d0fe6.tar.gz |
Fixed tests that fail with non-default `serialize_precision` configurations.
See:
* https://bugs.php.net/bug.php?id=64760
* 4dc4302
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lang/bug24640.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lang/bug24640.phpt b/tests/lang/bug24640.phpt index e41d0201b7..d02889101e 100644 --- a/tests/lang/bug24640.phpt +++ b/tests/lang/bug24640.phpt @@ -2,6 +2,7 @@ Bug #24640 (var_export and var_dump can't output large float) --INI-- precision=12 +serialize_precision=17 --FILE-- <?php function test($v) |