Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/
H A Dphp_reflection.h45 extern PHPAPI zend_class_entry *reflection_attribute_ptr;
H A Dphp_reflection.c95 PHPAPI zend_class_entry *reflection_attribute_ptr; variable
1121 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