Lines Matching refs:reflection_objects_new

286 static zend_object *reflection_objects_new(zend_class_entry *class_type) /* {{{ */  in reflection_objects_new()  function
7220 reflection_function_abstract_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7223 reflection_function_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7227 reflection_generator_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7231 reflection_parameter_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7235 reflection_type_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7239 reflection_named_type_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7243 reflection_union_type_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7247 reflection_intersection_type_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7251 reflection_method_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7255 reflection_class_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7259 reflection_object_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7263 reflection_property_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7267 reflection_class_constant_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7271 reflection_extension_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7275 reflection_zend_extension_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7279 reflection_reference_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7283 reflection_attribute_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7287 reflection_enum_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7291 reflection_enum_unit_case_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7295 reflection_enum_backed_case_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7299 reflection_fiber_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()