Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/
H A Dphp_reflection.c7223 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()
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()
7271 reflection_extension_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7287 reflection_enum_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
[all …]

Completed in 28 milliseconds