Searched refs:reflection_function_abstract_ptr (Results 1 – 2 of 2) sorted by relevance
33 extern PHPAPI zend_class_entry *reflection_function_abstract_ptr;
85 PHPAPI zend_class_entry *reflection_function_abstract_ptr; variable7675 reflection_function_abstract_ptr = register_class_ReflectionFunctionAbstract(reflector_ptr); in PHP_MINIT_FUNCTION()7676 reflection_function_abstract_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()7677 reflection_function_abstract_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()7679 reflection_function_ptr = register_class_ReflectionFunction(reflection_function_abstract_ptr); in PHP_MINIT_FUNCTION()7707 reflection_method_ptr = register_class_ReflectionMethod(reflection_function_abstract_ptr); in PHP_MINIT_FUNCTION()
Completed in 23 milliseconds