diff options
-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) |