Home
last modified time | relevance | path

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

/php-src/ext/reflection/
H A Dphp_reflection.c7680 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()
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()
7744 reflection_enum_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7756 reflection_fiber_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
[all …]

Completed in 37 milliseconds