]> granicus.if.org Git - php/commit
Fixed bug in the handling of conflicting property initializers for traits.
authorStefan Marr <gron@php.net>
Sat, 23 Jul 2011 13:48:07 +0000 (13:48 +0000)
committerStefan Marr <gron@php.net>
Sat, 23 Jul 2011 13:48:07 +0000 (13:48 +0000)
commit9f66085649989c278e7c9427575b428e8bd959bb
tree2fcfe248e676679d6baaf99236a0376f4adf41a7
parent52b81b8566e44c5c50956412bec66c90076c4b06
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.
Zend/tests/traits/bugs/overridding-conflicting-property-initializer.phpt [new file with mode: 0644]
Zend/zend_compile.c