diff options
-rw-r--r-- | ext/standard/tests/general_functions/strval.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/tests/general_functions/strval.phpt b/ext/standard/tests/general_functions/strval.phpt index 377cae1ef0..8cf827303d 100644 --- a/ext/standard/tests/general_functions/strval.phpt +++ b/ext/standard/tests/general_functions/strval.phpt @@ -1,5 +1,7 @@ --TEST-- Test strval() function +--INI-- +precision=14 --FILE-- <?php /* Prototype: string strval ( mixed $var ); |