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

index b75e6573e826131988427b063cd455b2a474c9ea..add24bc4ae480b5f12d21fa25380954461cf1a4b 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 13c370189db4066479c1752e1439b2d9b9a48d17..93b1ccb4b337f45e7c6e627e264df3281a06f00b 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] );