summaryrefslogtreecommitdiff
path: root/ext/standard/tests/general_functions
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-05-14 11:04:08 +0000
committerAntony Dovgal <tony2001@php.net>2007-05-14 11:04:08 +0000
commit83df9beca2aad2cae0cf76a27dd7ac53116eca78 (patch)
tree37044325ea495934473fa805d58693e51fc35c63 /ext/standard/tests/general_functions
parentb33de5d0aa630cf10f6340622b3d2b8e4ef7c682 (diff)
downloadphp-git-83df9beca2aad2cae0cf76a27dd7ac53116eca78.tar.gz
fix precision
Diffstat (limited to 'ext/standard/tests/general_functions')
-rw-r--r--ext/standard/tests/general_functions/strval.phpt2
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 );