summaryrefslogtreecommitdiff
path: root/tests/classes/type_hinting_005b.phpt
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-06-29 00:28:52 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-06-29 01:00:12 +0200
commite5fae77969c4f7879c0f7e805c267a1448aef922 (patch)
treefdf10476a08e09326853815ba687ede5f79addc4 /tests/classes/type_hinting_005b.phpt
parent9f77c44d47cc9727865473684d8914153bf53b40 (diff)
downloadphp-git-e5fae77969c4f7879c0f7e805c267a1448aef922.tar.gz
Show full signature upon inheritance mismatch
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==