Lines Matching refs:default_object_handlers

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()