diff options
author | Xinchen Hui <laruence@php.net> | 2014-12-25 00:39:54 -0500 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2014-12-25 00:39:54 -0500 |
commit | 99e2889a2c1a2eca6e6a0fb9ed9bb6abb8d073b9 (patch) | |
tree | 7d509c6319f73819c746c48b09c4a28150dcf24e /ext/mysqli | |
parent | c2a047cf99f3d020bab12701e8dafed7424673bf (diff) | |
download | php-git-99e2889a2c1a2eca6e6a0fb9ed9bb6abb8d073b9.tar.gz |
Fixed test
Diffstat (limited to 'ext/mysqli')
-rw-r--r-- | ext/mysqli/tests/bug67839.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysqli/tests/bug67839.phpt b/ext/mysqli/tests/bug67839.phpt index b2821a21bc..ef4e6c649c 100644 --- a/ext/mysqli/tests/bug67839.phpt +++ b/ext/mysqli/tests/bug67839.phpt @@ -6,6 +6,8 @@ mysqli_float_handling - ensure 4 byte float is handled correctly require_once('skipifemb.inc'); require_once('skipifconnectfailure.inc'); ?> +--INI-- +precision=5 --FILE-- <?php require('connect.inc'); |