Home
last modified time | relevance | path

Searched refs:reflection_objects_new (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/reflection/
H A Dphp_reflection.c7164 reflection_function_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7167 reflection_generator_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7170 reflection_parameter_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7173 reflection_type_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7185 reflection_method_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7188 reflection_class_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7191 reflection_object_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7194 reflection_property_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7200 reflection_extension_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7212 reflection_enum_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
[all …]

Completed in 29 milliseconds