summaryrefslogtreecommitdiff
path: root/Zend/tests/traits/inheritance003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/traits/inheritance003.phpt')
-rw-r--r--Zend/tests/traits/inheritance003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/traits/inheritance003.phpt b/Zend/tests/traits/inheritance003.phpt
index a41c4e484a..22ff6e243c 100644
--- a/Zend/tests/traits/inheritance003.phpt
+++ b/Zend/tests/traits/inheritance003.phpt
@@ -35,4 +35,4 @@ $o->sayHello(array());
--EXPECTF--
World!
-Fatal error: Declaration of MyHelloWorld::sayHello() must be compatible with Base::sayHello(array $a) in %s on line %d
+Fatal error: Declaration of SayWorld::sayHello(Base $d) must be compatible with Base::sayHello(array $a) in %s on line %d