summaryrefslogtreecommitdiff
path: root/tests/classes/__call_007.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/__call_007.phpt')
-rw-r--r--tests/classes/__call_007.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/__call_007.phpt b/tests/classes/__call_007.phpt
index 6f90e84f7d..e2edb8a530 100644
--- a/tests/classes/__call_007.phpt
+++ b/tests/classes/__call_007.phpt
@@ -51,7 +51,7 @@ try {
}
?>
--EXPECTF--
-Warning: The magic method A::__call() must have public visibility and cannot be static in %s on line 3
+Warning: The magic method A::__call() cannot be static in %s on line 3
---> Invoke __call via simple method call.
object(A)#1 (0) {
}