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:34 +0900 |
commit | 72a8489a12ff803cf7fc03ed911f2d530a8e89c8 (patch) | |
tree | 0e0dfbf8d77afbb66e4e7b9e340555edcbb92291 /tests | |
parent | 87cabc04ac5081f032c55cdc67d541a92471964e (diff) | |
download | php-git-72a8489a12ff803cf7fc03ed911f2d530a8e89c8.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) |