Test: /Zend/tests/traits/bug55214.phpt - Version 5.4.0beta2-dev        

Bug #55214 use of __CLASS__ within trait returns trait name not class name
Submitted: 2011-07-15 06:30:34 Modified: 2011-10-17 22:12:04
From: chris.rutledge Assigned: gron
Status: Closed Package: Scripting Engine problem
PHP Version: 5.4.0alpha1 OS: Ubuntu

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
002+ NULL
003- string(9) "SomeClass"
004- string(9) "SomeClass"
004+ NULL
006+ NULL
007- string(13) "UsingIndirect"
008+ NULL
008- string(13) "UsingIndirect"