Test: /Zend/tests/traits/bug60145.phpt - Version 5.4.0RC1-dev        

Bug #60145 interface + use trait yields error for the abstract class?
Submitted: 2011-10-26 20:28:38 Modified: 2011-11-01 00:40:56
From: ninzya Assigned: gron
Status: Closed Package: Scripting Engine problem
PHP Version: 5.4.0beta2 OS: Any

There is 1 diff reported by users for this test.

Count Diff
3 (100%)
001+ Fatal error: Class MyInterface contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (MyInterface::b) in %s/bug60145.php on line 12
001- Fatal error: Cannot use traits inside of interfaces. foo is used in MyInterface in %s on line %d