bjori           Fri Oct 20 16:17:32 2006 UTC

  Modified files:              
    /php-src/tests/classes      bug27504.phpt 
  Log:
  Fix test
  
  
http://cvs.php.net/viewvc.cgi/php-src/tests/classes/bug27504.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/tests/classes/bug27504.phpt
diff -u php-src/tests/classes/bug27504.phpt:1.2 
php-src/tests/classes/bug27504.phpt:1.3
--- php-src/tests/classes/bug27504.phpt:1.2     Fri Dec 16 23:21:38 2005
+++ php-src/tests/classes/bug27504.phpt Fri Oct 20 16:17:32 2006
@@ -20,6 +20,6 @@
 --EXPECTF--
 Called function foo:bar(%d)
 
-Warning: call_user_func_array(): First argument is expected to be a valid 
callback, 'foo::bar' was given in %sbug27504.php on line %d
+Warning: call_user_func_array(): first parameter is expected to be a valid 
callback in %sbug27504.php on line %d
 
 Fatal error: Call to private method foo::bar() from context '' in %s on line %d

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

Reply via email to