Home
last modified time | relevance | path

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

/PHP-8.4/ext/reflection/
H A Dphp_reflection.c106 PHPAPI zend_class_entry *reflection_constant_ptr; variable
8001 reflection_constant_ptr = register_class_ReflectionConstant(reflector_ptr); in PHP_MINIT_FUNCTION()
8002 reflection_constant_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
8003 reflection_constant_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()

Completed in 35 milliseconds