diff options
Diffstat (limited to 'tests/classes/bug27504.phpt')
| -rw-r--r-- | tests/classes/bug27504.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/classes/bug27504.phpt b/tests/classes/bug27504.phpt index ca13990c93..c83a7ae031 100644 --- a/tests/classes/bug27504.phpt +++ b/tests/classes/bug27504.phpt @@ -18,8 +18,8 @@ Bug #27504 (call_user_func_array allows calling of private/protected methods) $foo->bar('3'); ?> --EXPECTF-- -Called function foo:bar(%d) +Called function foo:bar(1) -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() expects parameter 1 to be valid callback, array given in %s on line %d Fatal error: Call to private method foo::bar() from context '' in %s on line %d |
