Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/
H A Dphp_reflection.h49 extern PHPAPI zend_class_entry *reflection_fiber_ptr;
H A Dphp_reflection.c99 PHPAPI zend_class_entry *reflection_fiber_ptr; variable
7298 reflection_fiber_ptr = register_class_ReflectionFiber(); in PHP_MINIT_FUNCTION()
7299 reflection_fiber_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7300 reflection_fiber_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()

Completed in 34 milliseconds