Searched refs:reflection_attribute_ptr (Results 1 – 2 of 2) sorted by relevance
45 extern PHPAPI zend_class_entry *reflection_attribute_ptr;
101 PHPAPI zend_class_entry *reflection_attribute_ptr; variable1164 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