summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.h
diff options
context:
space:
mode:
authorMatteo Beccati <mbeccati@php.net>2015-06-08 08:32:18 +0200
committerMatteo Beccati <mbeccati@php.net>2015-06-08 08:46:30 +0200
commitec281fef480a3159d9974f3fc8ce93033bc0546b (patch)
tree7a87ce433f9c0a218ef4fa459b65ea64bf047d26 /ext/reflection/php_reflection.h
parentcf8898fbd53ccab619f225c4a8e031d5f3c0a785 (diff)
downloadphp-git-ec281fef480a3159d9974f3fc8ce93033bc0546b.tar.gz
Reflection support for type hints and return types
Diffstat (limited to 'ext/reflection/php_reflection.h')
-rw-r--r--ext/reflection/php_reflection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/reflection/php_reflection.h b/ext/reflection/php_reflection.h
index 1bb47b16c8..b50309d9ff 100644
--- a/ext/reflection/php_reflection.h
+++ b/ext/reflection/php_reflection.h
@@ -37,6 +37,7 @@ extern PHPAPI zend_class_entry *reflection_ptr;
extern PHPAPI zend_class_entry *reflection_function_abstract_ptr;
extern PHPAPI zend_class_entry *reflection_function_ptr;
extern PHPAPI zend_class_entry *reflection_parameter_ptr;
+extern PHPAPI zend_class_entry *reflection_type_ptr;
extern PHPAPI zend_class_entry *reflection_class_ptr;
extern PHPAPI zend_class_entry *reflection_object_ptr;
extern PHPAPI zend_class_entry *reflection_method_ptr;