Lines Matching refs:reflection_object_handlers

181 static zend_object_handlers reflection_object_handlers;  variable
7205 memcpy(&reflection_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
7206 reflection_object_handlers.offset = XtOffsetOf(reflection_object, zo); in PHP_MINIT_FUNCTION()
7207 reflection_object_handlers.free_obj = reflection_free_objects_storage; in PHP_MINIT_FUNCTION()
7208 reflection_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
7209 reflection_object_handlers.write_property = _reflection_write_property; in PHP_MINIT_FUNCTION()
7210 reflection_object_handlers.get_gc = reflection_get_gc; in PHP_MINIT_FUNCTION()
7219 reflection_function_abstract_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7224 reflection_function_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7228 reflection_generator_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7232 reflection_parameter_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7236 reflection_type_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7240 reflection_named_type_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7244 reflection_union_type_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7248 reflection_intersection_type_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7252 reflection_method_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7256 reflection_class_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7260 reflection_object_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7264 reflection_property_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7268 reflection_class_constant_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7272 reflection_extension_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7276 reflection_zend_extension_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7280 reflection_reference_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7284 reflection_attribute_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7288 reflection_enum_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7292 reflection_enum_unit_case_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7296 reflection_enum_backed_case_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7300 reflection_fiber_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()