Home
last modified time | relevance | path

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

/PHP-8.2/ext/reflection/
H A Dphp_reflection.h33 extern PHPAPI zend_class_entry *reflection_function_abstract_ptr;
H A Dphp_reflection.c79 PHPAPI zend_class_entry *reflection_function_abstract_ptr; variable
7160 reflection_function_abstract_ptr = register_class_ReflectionFunctionAbstract(reflector_ptr); in PHP_MINIT_FUNCTION()
7161 reflection_function_abstract_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7163 reflection_function_ptr = register_class_ReflectionFunction(reflection_function_abstract_ptr); in PHP_MINIT_FUNCTION()
7184 reflection_method_ptr = register_class_ReflectionMethod(reflection_function_abstract_ptr); in PHP_MINIT_FUNCTION()

Completed in 47 milliseconds