felipe          Mon Feb  4 15:43:09 2008 UTC

  Modified files:              
    /php-src/ext/spl/tests      spl_autoload_008.phpt 
    /php-src/ext/standard/tests/array   array_walk_recursive_error1.phpt 
  Log:
  Fix tests
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/spl_autoload_008.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/spl/tests/spl_autoload_008.phpt
diff -u php-src/ext/spl/tests/spl_autoload_008.phpt:1.4 
php-src/ext/spl/tests/spl_autoload_008.phpt:1.5
--- php-src/ext/spl/tests/spl_autoload_008.phpt:1.4     Mon Feb  4 14:02:01 2008
+++ php-src/ext/spl/tests/spl_autoload_008.phpt Mon Feb  4 15:43:09 2008
@@ -82,7 +82,7 @@
 int(0)
 ====2====
 string(22) "MyAutoLoader::dynaLoad"
-LogicException: Function 'MyAutoLoader::dynaLoad' not callable (non-static 
method MyAutoLoader::dynaLoad() should not be called statically)
+LogicException: Function 'MyAutoLoader::dynaLoad' not callable, (non-static 
method MyAutoLoader::dynaLoad() should not be called statically)
 int(0)
 ====3====
 array(2) {
@@ -144,7 +144,7 @@
 int(0)
 ====2====
 unicode(22) "MyAutoLoader::dynaLoad"
-LogicException: Function 'MyAutoLoader::dynaLoad' not callable (non-static 
method MyAutoLoader::dynaLoad() should not be called statically)
+LogicException: Function 'MyAutoLoader::dynaLoad' not callable, (non-static 
method MyAutoLoader::dynaLoad() should not be called statically)
 int(0)
 ====3====
 array(2) {
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_walk_recursive_error1.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/standard/tests/array/array_walk_recursive_error1.phpt
diff -u php-src/ext/standard/tests/array/array_walk_recursive_error1.phpt:1.3 
php-src/ext/standard/tests/array/array_walk_recursive_error1.phpt:1.4
--- php-src/ext/standard/tests/array/array_walk_recursive_error1.phpt:1.3       
Mon Feb  4 13:08:27 2008
+++ php-src/ext/standard/tests/array/array_walk_recursive_error1.phpt   Mon Feb 
 4 15:43:09 2008
@@ -43,7 +43,7 @@
 NULL
 -- Testing array_walk_recursive() function with non existent callback function 
 --
 
-Warning: array_walk_recursive() expects parameter 2 to be valid callback, 
string given in %s on line %d
+Warning: array_walk_recursive() expects parameter 2 to be a valid callback, 
function 'non_existent' not found or invalid function name in %s on line %d
 NULL
 Done
 --UEXPECTF--

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

Reply via email to