Searched refs:reflection_object_handlers (Results 1 – 1 of 1) sorted by relevance
189 static zend_object_handlers reflection_object_handlers; variable7663 reflection_object_handlers.offset = XtOffsetOf(reflection_object, zo); in PHP_MINIT_FUNCTION()7664 reflection_object_handlers.free_obj = reflection_free_objects_storage; in PHP_MINIT_FUNCTION()7665 reflection_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()7666 reflection_object_handlers.write_property = _reflection_write_property; in PHP_MINIT_FUNCTION()7667 reflection_object_handlers.get_gc = reflection_get_gc; in PHP_MINIT_FUNCTION()7693 reflection_type_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()7709 reflection_method_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()7713 reflection_class_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()7745 reflection_enum_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()[all …]
Completed in 22 milliseconds