summaryrefslogtreecommitdiff
path: root/tests/classes/inheritance_004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/inheritance_004.phpt')
-rw-r--r--tests/classes/inheritance_004.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/inheritance_004.phpt b/tests/classes/inheritance_004.phpt
index d783f7437a..d92ed830e8 100644
--- a/tests/classes/inheritance_004.phpt
+++ b/tests/classes/inheritance_004.phpt
@@ -17,5 +17,5 @@ class B extends A
===DONE===
--EXPECTF--
-Warning: Declaration of B::f() should be compatible with A::f() in %sinheritance_004.php on line %d
+Warning: Declaration of B::f($x) should be compatible with A::f() in %sinheritance_004.php on line %d
===DONE===