tony2001                Tue May 29 10:25:21 2007 UTC

  Modified files:              
    /php-src/ext/standard/tests/general_functions       var_export.phpt 
    /php-src/ext/standard/tests/strings explode1.phpt 
  Log:
  fix tests
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/var_export.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/standard/tests/general_functions/var_export.phpt
diff -u php-src/ext/standard/tests/general_functions/var_export.phpt:1.2 
php-src/ext/standard/tests/general_functions/var_export.phpt:1.3
--- php-src/ext/standard/tests/general_functions/var_export.phpt:1.2    Fri May 
25 13:50:06 2007
+++ php-src/ext/standard/tests/general_functions/var_export.phpt        Tue May 
29 10:25:21 2007
@@ -1,5 +1,7 @@
 --TEST--
 Test var_export() function
+--INI--
+precision=14
 --FILE--
 <?php
 /* Prototype: mixed var_export( mixed expression [, bool return]);
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/explode1.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/standard/tests/strings/explode1.phpt
diff -u php-src/ext/standard/tests/strings/explode1.phpt:1.2 
php-src/ext/standard/tests/strings/explode1.phpt:1.3
--- php-src/ext/standard/tests/strings/explode1.phpt:1.2        Fri May 25 
13:50:06 2007
+++ php-src/ext/standard/tests/strings/explode1.phpt    Tue May 29 10:25:21 2007
@@ -2,6 +2,7 @@
 Test explode() function
 --INI--
 error_reporting=2047
+precision=14
 --FILE--
 <?php
 /* Prototype: array explode ( string $delimiter, string $string [, int $limit] 
);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to