]> granicus.if.org Git - php/commit
- Fixed ReflectionClass::isTrait() checking (to not identify abstract class as Trait)
authorFelipe Pena <felipe@php.net>
Sat, 29 May 2010 22:08:51 +0000 (22:08 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 29 May 2010 22:08:51 +0000 (22:08 +0000)
commit2d63683ec3effbddd1a4a6ed5234822a58455198
tree8b9084f75fc4b3923dfd23be4b99ad6c6f110005
parent27c2c35953e3efb70b01872874eec4078a7be4f3
- Fixed ReflectionClass::isTrait() checking (to not identify abstract class as Trait)
ext/reflection/php_reflection.c
ext/reflection/tests/traits003.phpt [new file with mode: 0644]