summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.h
diff options
context:
space:
mode:
authorAaron Piotrowski <aaron@trowski.com>2016-08-09 13:54:06 -0500
committerNikita Popov <nikic@php.net>2016-08-11 12:19:33 +0200
commit622d2f41d1cdb597f4fafecaaacf66e238742bd4 (patch)
treedbba2607b7d375597d7f7fc6de1dc2190b9d8dbf /ext/reflection/php_reflection.h
parent283b0cc8a5eeb69b8d77195549b385d1db4f6955 (diff)
downloadphp-git-622d2f41d1cdb597f4fafecaaacf66e238742bd4.tar.gz
ReflectionType improvements
Added ReflectionNamedType and updated ReflectionType::__toString()
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 b4f2cd7bc0..e89e13a151 100644
--- a/ext/reflection/php_reflection.h
+++ b/ext/reflection/php_reflection.h
@@ -38,6 +38,7 @@ 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_named_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;