diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-05-14 11:04:08 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-05-14 11:04:08 +0000 |
| commit | 83df9beca2aad2cae0cf76a27dd7ac53116eca78 (patch) | |
| tree | 37044325ea495934473fa805d58693e51fc35c63 /ext | |
| parent | b33de5d0aa630cf10f6340622b3d2b8e4ef7c682 (diff) | |
| download | php-git-83df9beca2aad2cae0cf76a27dd7ac53116eca78.tar.gz | |
fix precision
Diffstat (limited to 'ext')
| -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 ); |
