php-src/Zend/tests/traits
Stefan Marr e6bd5368ad Fixed issue with statics in traits.
#Please review this change, I moved the routine which copies statics from the closure code to zend_variables.c
#Please also have a look to check whether the TSRMLS_DC is correct, and whether it fits with the rest in zend_variables, because there you are using some macro magic and I am not exactly sure what the reason is for that.
2010-06-08 15:56:36 +00:00
..
bugs
conflict001.phpt
conflict002.phpt
conflict003.phpt
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 - New tests 2010-05-06 19:21:11 +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 - Fix typo (take 3! thanks Chris and Tony) 2010-05-07 17:57:09 +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
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
language010.phpt
language011.phpt
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 - Fixed magic method and constructor copy for traits 2010-05-07 13:55:27 +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