Home
last modified time | relevance | path

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

/php-src/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
7398 reflection_function_abstract_ptr = register_class_ReflectionFunctionAbstract(reflector_ptr); in PHP_MINIT_FUNCTION()
7399 reflection_function_abstract_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7400 reflection_function_abstract_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7402 reflection_function_ptr = register_class_ReflectionFunction(reflection_function_abstract_ptr); in PHP_MINIT_FUNCTION()
7430 reflection_method_ptr = register_class_ReflectionMethod(reflection_function_abstract_ptr); in PHP_MINIT_FUNCTION()

Completed in 30 milliseconds