Test: /Zend/tests/traits/bug60173.phpt - Version 5.4.0RC1-dev
Bug #60173 | Wrong message on trait instantiation | ||||
---|---|---|---|---|---|
Submitted: | 2011-10-30 00:06:22 | Modified: | 2011-10-31 22:59:49 | ||
From: | php-bugs | Assigned: | gron | ||
Status: | Closed | Package: | Scripting Engine problem | ||
PHP Version: | 5.4SVN-2011-10-29 (snap) | OS: |
There is 1 diff reported by users for this test.
Count | Diff |
---|---|
3 (100%) |
001+ Fatal error: Cannot instantiate abstract class foo in %s/bug60173.php on line 6
001- Fatal error: Cannot instantiate trait foo in %s on line %d
|