Lines Matching refs:reflection_objects_new
294 static zend_object *reflection_objects_new(zend_class_entry *class_type) /* {{{ */ in reflection_objects_new() function
7677 reflection_function_abstract_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7680 reflection_function_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7684 reflection_generator_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7688 reflection_parameter_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7692 reflection_type_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7696 reflection_named_type_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7700 reflection_union_type_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7704 reflection_intersection_type_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7708 reflection_method_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7712 reflection_class_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7716 reflection_object_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7720 reflection_property_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7724 reflection_class_constant_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7728 reflection_extension_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7732 reflection_zend_extension_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7736 reflection_reference_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7740 reflection_attribute_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7744 reflection_enum_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7748 reflection_enum_unit_case_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7752 reflection_enum_backed_case_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7756 reflection_fiber_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7760 reflection_constant_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()