From: Hannes Magnusson Date: Fri, 20 Oct 2006 16:17:32 +0000 (+0000) Subject: Fix test X-Git-Tag: RELEASE_1_0_0RC1~1232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a099952a0cab4c662ac6f3238598bd427799d37a;p=php Fix test --- diff --git a/tests/classes/bug27504.phpt b/tests/classes/bug27504.phpt index ca13990c93..62a098c6a7 100644 --- a/tests/classes/bug27504.phpt +++ b/tests/classes/bug27504.phpt @@ -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