diff options
author | Stefan Marr <gron@php.net> | 2011-08-15 22:16:58 +0000 |
---|---|---|
committer | Stefan Marr <gron@php.net> | 2011-08-15 22:16:58 +0000 |
commit | 4a51ea4b81f2e3bc812ebd2b7ef9e6b4b295f1bf (patch) | |
tree | c8bc24ef419312a9430e75a37c3d446eb1a021e5 /ext/reflection/php_reflection.c | |
parent | 0500cffb2e17d34ee1174dffe58c1f277d62a3a3 (diff) | |
download | php-git-4a51ea4b81f2e3bc812ebd2b7ef9e6b4b295f1bf.tar.gz |
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.
# The method got unconditionally deleted from the class, since it was assumed that we override it, but we did not in case of abstract methods coming from a trait. Thus, dont delete when we try to merge in an abstract method.
Diffstat (limited to 'ext/reflection/php_reflection.c')
0 files changed, 0 insertions, 0 deletions