Home
last modified time | relevance | path

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

/PHP-8.4/ext/reflection/
H A Dphp_reflection.c7922 reflection_function_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7926 reflection_generator_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7930 reflection_parameter_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7934 reflection_type_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7950 reflection_method_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7954 reflection_class_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7958 reflection_object_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7962 reflection_property_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7986 reflection_enum_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7998 reflection_fiber_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
[all …]

Completed in 24 milliseconds