]> granicus.if.org Git - php/commit
Make ReflectionClass::getMethod() and ReflectionClass::getProperty() raise an Reflect...
authorSebastian Bergmann <sebastian@php.net>
Mon, 19 Jul 2004 19:14:10 +0000 (19:14 +0000)
committerSebastian Bergmann <sebastian@php.net>
Mon, 19 Jul 2004 19:14:10 +0000 (19:14 +0000)
commit045d395d4a994524e3dffeec1b757486cbe3cc00
treed1a4b086a227bad7d81b9c1462e1ea6f80bc63f5
parent32e125e2b87f8381064deb35908d40d8f19ac948
Make ReflectionClass::getMethod() and ReflectionClass::getProperty() raise an ReflectionException instead of returning NULL on failure.
Zend/zend_reflection_api.c
ext/reflection/php_reflection.c