Home
last modified time | relevance | path

Searched refs:reflection_attribute_ptr (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/reflection/
H A Dphp_reflection.h45 extern PHPAPI zend_class_entry *reflection_attribute_ptr;
H A Dphp_reflection.c101 PHPAPI zend_class_entry *reflection_attribute_ptr; variable
1164 object_init_ex(object, reflection_attribute_ptr); in reflection_attribute_factory()
7739 reflection_attribute_ptr = register_class_ReflectionAttribute(reflector_ptr); in PHP_MINIT_FUNCTION()
7740 reflection_attribute_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7741 reflection_attribute_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()

Completed in 28 milliseconds