php-src/Zend/tests/traits/bugs
Stefan Marr 9f66085649 Fixed bug in the handling of conflicting property initializers for traits.
# Bug was uncovered by discussion in http://news.php.net/php.internals/54129
# Forgot to check the actual value of the initializer comparison, only checked
# whether comparison was successful which is not enough.
2011-07-23 13:48:07 +00:00
..
abstract-methods01.phpt
abstract-methods02.phpt
abstract-methods03.phpt
abstract-methods04.phpt
alias01.phpt Fixed a inconsitent condition for aliasing traits. 2011-05-13 20:28:34 +00:00
alias-semantics02.phpt
alias-semantics.phpt
case-sensitive.phpt
interfaces.phpt
missing-trait.phpt
overridding-conflicting-methods.phpt
overridding-conflicting-property-initializer.phpt Fixed bug in the handling of conflicting property initializers for traits. 2011-07-23 13:48:07 +00:00