--- embedaddon/php/Zend/tests/traits/inheritance003.phpt 2012/05/29 12:34:36 1.1.1.1 +++ embedaddon/php/Zend/tests/traits/inheritance003.phpt 2013/07/22 01:32:17 1.1.1.2 @@ -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