php-src/Zend/tests/traits
2011-11-23 21:24:34 +00:00
..
bugs Added missing consistency check for abstract methods required by one trait and implemented by another. 2011-11-01 13:42:53 +00:00
bug54441.phpt Fixes Bug #54441 (Handling of changing modifiers on a trait alias) 2011-11-18 13:49:07 +00:00
bug55137.phpt - Fixed bug #55137 (Changing trait static method visibility) 2011-07-06 00:33:38 +00:00
bug55214.phpt Fixed Bug #55214 use of __CLASS__ within trait returns trait name not class name [TRAITS] [DOC] 2011-07-31 18:18:56 +00:00
bug55355.phpt Fixed Bug #55355: Inheritance chain was not regarded when checking whether the abstract method of a trait is satisfied. 2011-08-15 11:16:18 +00:00
bug55372.phpt Fixed Bug #55372 Incorrect handling of literals led to memory corruption. 2011-08-15 09:54:06 +00:00
bug55424.phpt Bug #55424 Fatal error when calling a method from a trait that is defined in parent class and required by using an abstract method in the trait. 2011-08-15 22:16:58 +00:00
bug55524.phpt Fixed bug #55524 Traits should not be able to extend a class 2011-08-29 15:53:46 +00:00
bug55554a.phpt Fixed Bug #55554 (Legacy constructors not handled properly) [TRAITS] [DOC] 2011-10-09 11:13:27 +00:00
bug55554b.phpt Fixed Bug #55554 (Legacy constructors not handled properly) [TRAITS] [DOC] 2011-10-09 11:13:27 +00:00
bug55554c.phpt Fixed Bug #55554 (Legacy constructors not handled properly) [TRAITS] [DOC] 2011-10-09 11:13:27 +00:00
bug55554d.phpt Fixed Bug #55554 (Legacy constructors not handled properly) [TRAITS] [DOC] 2011-10-09 11:13:27 +00:00
bug55554e.phpt Fixed Bug #55554 (Legacy constructors not handled properly) [TRAITS] [DOC] 2011-10-09 11:13:27 +00:00
bug55554f.phpt Fixed Bug #55554 (Legacy constructors not handled properly) [TRAITS] [DOC] 2011-10-09 11:13:27 +00:00
bug55554g.phpt Fixed Bug #55554 (Legacy constructors not handled properly) [TRAITS] [DOC] 2011-10-09 11:13:27 +00:00
bug60145.phpt Fixed Bug #60145 (Usage of trait's use statement inside interfaces not properly checked.) 2011-11-01 00:39:10 +00:00
bug60153.phpt Fixed Bug #60153 (Interface method prototypes not enforced when implementd via traits.) 2011-11-01 15:25:24 +00:00
bug60165a.phpt Fixed Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error) 2011-11-17 21:04:15 +00:00
bug60165b.phpt Fixed Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error) 2011-11-17 21:04:15 +00:00
bug60165c.phpt Fixed Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error) 2011-11-17 21:04:15 +00:00
bug60165d.phpt Fixed Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error) 2011-11-17 21:04:15 +00:00
bug60173.phpt Fixed Bug #60173 (Wrong error message on reflective trait instantiation) 2011-10-31 22:59:00 +00:00
bug60217a.phpt Fixed Bug #60217 (Requiring the same method from different traits) 2011-11-05 01:46:40 +00:00
bug60217b.phpt Fixed Bug #60217 (Requiring the same method from different traits) 2011-11-05 01:46:40 +00:00
bug60217c.phpt Fixed Bug #60217 (Requiring the same method from different traits) 2011-11-05 01:46:40 +00:00
bug60369.phpt Fixed Bug #60369 Crash with static property in trait 2011-11-23 21:24:34 +00:00
conflict001.phpt Changed collision warning for Traits to fatal error. 2010-12-12 16:48:02 +00:00
conflict002.phpt
conflict003.phpt Changed collision warning for Traits to fatal error. 2010-12-12 16:48:02 +00:00
error_001.phpt - New tests 2010-05-04 19:06:13 +00:00
error_002.phpt - New tests 2010-05-04 19:06:13 +00:00
error_003.phpt - New tests 2010-05-04 19:06:13 +00:00
error_004.phpt - New tests 2010-05-04 19:06:13 +00:00
error_005.phpt - New tests 2010-05-04 19:06:13 +00:00
error_006.phpt - New tests 2010-05-04 19:06:13 +00:00
error_007.phpt - New tests 2010-05-04 19:06:13 +00:00
error_008.phpt - New tests 2010-05-04 19:06:13 +00:00
error_009.phpt - New tests 2010-05-04 19:06:13 +00:00
error_010.phpt - New tests 2010-05-06 19:21:11 +00:00
error_011.phpt Changed collision warning for Traits to fatal error. 2010-12-12 16:48:02 +00:00
error_012.phpt - New tests 2010-05-06 19:21:11 +00:00
error_013.phpt - New tests 2010-05-06 19:21:11 +00:00
error_014.phpt - New tests 2010-05-06 19:21:11 +00:00
error_015.phpt Changed collision warning for Traits to fatal error. 2010-12-12 16:48:02 +00:00
error_016.phpt - Added check for constant creation on Traits 2010-05-07 11:09:35 +00:00
flattening001.phpt
flattening002.phpt
flattening003.phpt
get_declared_traits_001.phpt - New tests 2010-05-06 15:49:58 +00:00
get_declared_traits_002.phpt - New tests 2010-05-06 15:49:58 +00:00
get_declared_traits_003.phpt - New tests 2010-05-06 15:49:58 +00:00
inheritance001.phpt
inheritance002.phpt
inheritance003.phpt Fixed Bug #60153 (Interface method prototypes not enforced when implementd via traits.) 2011-11-01 15:25:24 +00:00
interface_001.phpt - Fixed ZEND_VERIFY_ABSTRACT_CLASS order when using traits 2010-05-07 16:29:15 +00:00
interface_002.phpt - Fixed ZEND_VERIFY_ABSTRACT_CLASS order when using traits 2010-05-07 16:29:15 +00:00
interface_003.phpt - Fixed ZEND_VERIFY_ABSTRACT_CLASS order when using traits 2010-05-07 16:29:15 +00:00
language001.phpt
language002.phpt
language003.phpt
language004.phpt
language005.phpt
language006.phpt
language007.phpt
language008a.phpt
language008b.phpt
language009.phpt Fixed Bug #55554 (Legacy constructors not handled properly) [TRAITS] [DOC] 2011-10-09 11:13:27 +00:00
language010.phpt Fixed a inconsitent condition for aliasing traits. 2011-05-13 20:28:34 +00:00
language011.phpt Fixed Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error) 2011-11-17 21:04:15 +00:00
language012.phpt Fixed issue with statics in traits. 2010-06-08 15:56:36 +00:00
language013.phpt Fixed issue with statics in traits. 2010-06-08 15:56:36 +00:00
methods_001.phpt - Fixed magic method and constructor copy for traits 2010-05-07 13:55:27 +00:00
methods_002.phpt Changed collision warning for Traits to fatal error. 2010-12-12 16:48:02 +00:00
methods_003.phpt - Fixed magic method and constructor copy for traits 2010-05-07 13:55:27 +00:00
noctor001.phpt - A method called like a trait is no constructor 2010-05-29 20:01:08 +00:00
property001.phpt Fixed test which was assuming that E_STRICT is not on by default. 2011-07-31 16:15:40 +00:00
property002.phpt Added strict handling of properties in traits. 2010-12-20 00:52:40 +00:00
property003.phpt Added strict handling of properties in traits. 2010-12-20 00:52:40 +00:00
property004.phpt Added strict handling of properties in traits. 2010-12-20 00:52:40 +00:00
property005.phpt Added strict handling of properties in traits. 2010-12-20 00:52:40 +00:00
static_001.phpt Added tests to for static support of traits. 2010-11-17 23:05:20 +00:00
static_002.phpt Added tests to for static support of traits. 2010-11-17 23:05:20 +00:00
static_003.phpt Added tests to for static support of traits. 2010-11-17 23:05:20 +00:00
static_004.phpt Added tests to for static support of traits. 2010-11-17 23:05:20 +00:00
static_forward_static_call.phpt Added tests to for static support of traits. 2010-11-17 23:05:20 +00:00
static_get_called_class.phpt Added tests to for static support of traits. 2010-11-17 23:05:20 +00:00
trait_constant_001.phpt Added __TRAIT__ magic constant [TRAITS] [DOC] 2011-07-31 17:39:30 +00:00
trait_constant_002.phpt Added __TRAIT__ magic constant [TRAITS] [DOC] 2011-07-31 17:39:30 +00:00