Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/
H A Dphp_reflection.h41 extern PHPAPI zend_class_entry *reflection_property_ptr;
H A Dphp_reflection.c90 PHPAPI zend_class_entry *reflection_property_ptr; variable
1450 reflection_instantiate(reflection_property_ptr, object); in reflection_property_factory()
7237 reflection_property_ptr = register_class_ReflectionProperty(reflector_ptr); in PHP_MINIT_FUNCTION()
7238 reflection_property_ptr->create_object = reflection_objects_new; in PHP_MINIT_FUNCTION()
7239 reflection_property_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()

Completed in 41 milliseconds