]> granicus.if.org Git - php/commitdiff
Fix test
authorHannes Magnusson <bjori@php.net>
Fri, 20 Oct 2006 16:17:32 +0000 (16:17 +0000)
committerHannes Magnusson <bjori@php.net>
Fri, 20 Oct 2006 16:17:32 +0000 (16:17 +0000)
tests/classes/bug27504.phpt

index ca13990c9364dab02cde64f8d2859d57feddb9e2..62a098c6a7fd5fd1dac3baec349ec262a8468eb9 100644 (file)
@@ -20,6 +20,6 @@ Bug #27504 (call_user_func_array allows calling of private/protected methods)
 --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