summaryrefslogtreecommitdiff
path: root/tests/classes/abstract_user_call.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/abstract_user_call.phpt')
-rw-r--r--tests/classes/abstract_user_call.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/abstract_user_call.phpt b/tests/classes/abstract_user_call.phpt
index ad96101386..cd8c5c7e36 100644
--- a/tests/classes/abstract_user_call.phpt
+++ b/tests/classes/abstract_user_call.phpt
@@ -29,4 +29,4 @@ try {
?>
--EXPECT--
test::func()
-call_user_func() expects argument #1 ($function) to be a valid callback, cannot call abstract method test_base::func()
+call_user_func(): Argument #1 ($function) must be a valid callback, cannot call abstract method test_base::func()