summaryrefslogtreecommitdiff
path: root/tests/classes/type_hinting_005b.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/type_hinting_005b.phpt')
-rw-r--r--tests/classes/type_hinting_005b.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/type_hinting_005b.phpt b/tests/classes/type_hinting_005b.phpt
index 8a7b4466f7..b9fb198fc5 100644
--- a/tests/classes/type_hinting_005b.phpt
+++ b/tests/classes/type_hinting_005b.phpt
@@ -9,6 +9,6 @@ Class D extends C { function f($a) {} }
?>
==DONE==
--EXPECTF--
-Warning: Declaration of D::f() should be compatible with C::f(array $a) in %s on line 5
+Warning: Declaration of D::f($a) should be compatible with C::f(array $a) in %s on line 5
No hint, should be array.
==DONE==