Searched refs:reflection_fiber_ptr (Results 1 – 2 of 2) sorted by relevance
49 extern PHPAPI zend_class_entry *reflection_fiber_ptr;
99 PHPAPI zend_class_entry *reflection_fiber_ptr; variable7298 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