diff options
author | Benjamin Eberlei <kontakt@beberlei.de> | 2020-05-24 20:57:00 +0200 |
---|---|---|
committer | Benjamin Eberlei <kontakt@beberlei.de> | 2020-06-04 18:19:49 +0200 |
commit | a7908c2d11439a203be92e765b1e000498689e00 (patch) | |
tree | 134edc814397a6ffa5218bf5b2153983c09b152e /ext/reflection/php_reflection.h | |
parent | 970ac28e274b7edcd46bad4588d40d444d4f9074 (diff) | |
download | php-git-a7908c2d11439a203be92e765b1e000498689e00.tar.gz |
Add Attributes
Co-authored-by: Martin Schröder <m.schroeder2007@gmail.com>
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 e4e08c16e6..654ba55256 100644 --- a/ext/reflection/php_reflection.h +++ b/ext/reflection/php_reflection.h @@ -42,6 +42,7 @@ 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; extern PHPAPI zend_class_entry *reflection_reference_ptr; +extern PHPAPI zend_class_entry *reflection_attribute_ptr; PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object); |