Searched refs:reflection_constant_ptr (Results 1 – 1 of 1) sorted by relevance
106 PHPAPI zend_class_entry *reflection_constant_ptr; variable8001 reflection_constant_ptr = register_class_ReflectionConstant(reflector_ptr); in PHP_MINIT_FUNCTION()8002 reflection_constant_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()8003 reflection_constant_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
Completed in 33 milliseconds