php-src/Zend/tests/traits
Stefan Marr 117e072941 Fixed bug #55524 Traits should not be able to extend a class
# also used the Z_STRVAL where it seemed appropriate
2011-08-29 15:53:46 +00:00
..
bugs Fixed bug in the handling of conflicting property initializers for traits. 2011-07-23 13:48:07 +00:00
bug55137.phpt Added test case which was only added to trunk, bug seems to be fixed already. 2011-07-23 13:42:58 +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
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
error_002.phpt
error_003.phpt
error_004.phpt
error_005.phpt
error_006.phpt
error_007.phpt
error_008.phpt
error_009.phpt
error_010.phpt
error_011.phpt Changed collision warning for Traits to fatal error. 2010-12-12 16:48:02 +00:00
error_012.phpt
error_013.phpt
error_014.phpt
error_015.phpt Changed collision warning for Traits to fatal error. 2010-12-12 16:48:02 +00:00
error_016.phpt
flattening001.phpt
flattening002.phpt
flattening003.phpt
get_declared_traits_001.phpt
get_declared_traits_002.phpt
get_declared_traits_003.phpt
inheritance001.phpt
inheritance002.phpt
inheritance003.phpt
interface_001.phpt
interface_002.phpt
interface_003.phpt
language001.phpt
language002.phpt
language003.phpt
language004.phpt
language005.phpt
language006.phpt
language007.phpt
language008a.phpt
language008b.phpt
language009.phpt
language010.phpt Fixed a inconsitent condition for aliasing traits. 2011-05-13 20:28:34 +00:00
language011.phpt Changed collision warning for Traits to fatal error. 2010-12-12 16:48:02 +00:00
language012.phpt
language013.phpt
methods_001.phpt
methods_002.phpt Changed collision warning for Traits to fatal error. 2010-12-12 16:48:02 +00:00
methods_003.phpt
noctor001.phpt
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
static_002.phpt
static_003.phpt
static_004.phpt
static_forward_static_call.phpt
static_get_called_class.phpt
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