]> granicus.if.org Git - php/commitdiff
fix tests
authorAntony Dovgal <tony2001@php.net>
Tue, 29 May 2007 10:25:33 +0000 (10:25 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 29 May 2007 10:25:33 +0000 (10:25 +0000)
ext/standard/tests/general_functions/var_export.phpt
ext/standard/tests/strings/explode1.phpt

index 0f1465787741f86a15e4f16b986a70ecd1c462b3..2a99c5bd8a5657c211b0ef9f7c9386ef21084de7 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Test var_export() function
+--INI--
+precision=14
 --FILE--
 <?php
 /* Prototype: mixed var_export( mixed expression [, bool return]);
index f5b71f4e452ec8566b92a24d3aa0949099f9bfbe..27de79ae2013038bcd4879555180c5e7098183c3 100644 (file)
@@ -2,6 +2,7 @@
 Test explode() function
 --INI--
 error_reporting=2047
+precision=14
 --FILE--
 <?php
 /* Prototype: array explode ( string $delimiter, string $string [, int $limit] );