diff options
author | Johannes Schlüter <johannes@php.net> | 2010-03-30 22:35:23 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2010-03-30 22:35:23 +0000 |
commit | 26af57592665c7cbfdaa7cca1a69c72359e24425 (patch) | |
tree | 03da4ed1134397307fd856abf628b0694f774aa8 /ext/reflection/php_reflection.h | |
parent | b90455977661a364eea8f8de2e4eac76a606807f (diff) | |
download | php-git-26af57592665c7cbfdaa7cca1a69c72359e24425.tar.gz |
Add ReflectionZendExtension class and --rz option to CLI
Diffstat (limited to 'ext/reflection/php_reflection.h')
-rw-r--r-- | ext/reflection/php_reflection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/reflection/php_reflection.h b/ext/reflection/php_reflection.h index e96195792c..edca68e7a7 100644 --- a/ext/reflection/php_reflection.h +++ b/ext/reflection/php_reflection.h @@ -40,6 +40,7 @@ extern PHPAPI zend_class_entry *reflection_object_ptr; extern PHPAPI zend_class_entry *reflection_method_ptr; extern PHPAPI zend_class_entry *reflection_property_ptr; extern PHPAPI zend_class_entry *reflection_extension_ptr; +extern PHPAPI zend_class_entry *reflection_zend_extension_ptr; PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object TSRMLS_DC); |