diff options
Diffstat (limited to 'Zend/tests/methods-on-non-objects-call-user-func.phpt')
-rw-r--r-- | Zend/tests/methods-on-non-objects-call-user-func.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/methods-on-non-objects-call-user-func.phpt b/Zend/tests/methods-on-non-objects-call-user-func.phpt index 63884abc79..5ccf9e0d26 100644 --- a/Zend/tests/methods-on-non-objects-call-user-func.phpt +++ b/Zend/tests/methods-on-non-objects-call-user-func.phpt @@ -10,4 +10,4 @@ try { } ?> --EXPECT-- -call_user_func() expects parameter 1 to be a valid callback, first array member is not a valid class name or object +call_user_func() expects argument #1 ($function) to be a valid callback, first array member is not a valid class name or object |