summaryrefslogtreecommitdiff
path: root/tests/classes/inheritance_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/inheritance_003.phpt')
-rwxr-xr-xtests/classes/inheritance_003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/inheritance_003.phpt b/tests/classes/inheritance_003.phpt
index a22e5cce58..1f4eafa537 100755
--- a/tests/classes/inheritance_003.phpt
+++ b/tests/classes/inheritance_003.phpt
@@ -17,5 +17,5 @@ class B extends A
===DONE===
--EXPECTF--
-Strict Standards: Declaration of B::f() should be compatible with that of A::f() in %sinheritance_003.php on line %d
+Strict Standards: Declaration of B::f() should be compatible with A::f($x) in %sinheritance_003.php on line %d
===DONE===