Searched refs:reflection_attribute_ptr (Results 1 – 2 of 2) sorted by relevance
45 extern PHPAPI zend_class_entry *reflection_attribute_ptr;
95 PHPAPI zend_class_entry *reflection_attribute_ptr; variable1121 reflection_instantiate(reflection_attribute_ptr, object); in reflection_attribute_factory()7282 reflection_attribute_ptr = register_class_ReflectionAttribute(reflector_ptr); in PHP_MINIT_FUNCTION()7283 reflection_attribute_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()7284 reflection_attribute_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
Completed in 34 milliseconds