Lines Matching refs:reflection_object_handlers
189 static zend_object_handlers reflection_object_handlers; variable
7662 memcpy(&reflection_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
7663 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()
7676 reflection_function_abstract_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7681 reflection_function_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7685 reflection_generator_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7689 reflection_parameter_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7693 reflection_type_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7697 reflection_named_type_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7701 reflection_union_type_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7705 reflection_intersection_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()
7717 reflection_object_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7721 reflection_property_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7725 reflection_class_constant_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7729 reflection_extension_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7733 reflection_zend_extension_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7737 reflection_reference_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7741 reflection_attribute_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()
7749 reflection_enum_unit_case_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7753 reflection_enum_backed_case_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7757 reflection_fiber_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7761 reflection_constant_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()