]> granicus.if.org Git - php/commit
Fixed bug #37764
authorHannes Magnusson <bjori@php.net>
Sat, 10 Jun 2006 00:28:28 +0000 (00:28 +0000)
committerHannes Magnusson <bjori@php.net>
Sat, 10 Jun 2006 00:28:28 +0000 (00:28 +0000)
commit6d1b43df029246ccfc8e2a56bf95980c15d70092
tree90a2ac736e248018690e4415a23dbc2f4048db8e
parent151b1f92b20cc40ca956a325e1ba78abdb93f384
Fixed bug #37764
- Created new abstract class, ReflectionFunctionAbstract implementing Reflector
- Moved all methods from ReflectionFunction (except export, invoke & invokeArgs)
- ReflectionFunction now inherits everything from ReflectionFunctionAbstract
    and implements its own export, invoke & invokeArgs methods
- ReflectionMethod now extends ReflectionFunctionAbstract and implements
    its own export, invoke & invokeArgs methods.
- Removed stdClass typehint from ReflectionClass::isInstance
- Removed stdClass typehint from ReflectionClass::set/getValue
ext/reflection/php_reflection.c
ext/reflection/php_reflection.h