Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/
H A Dphp_reflection.c181 static zend_object_handlers reflection_object_handlers; variable
7181 reflection_object_handlers.offset = XtOffsetOf(reflection_object, zo); in PHP_MINIT_FUNCTION()
7182 reflection_object_handlers.free_obj = reflection_free_objects_storage; in PHP_MINIT_FUNCTION()
7183 reflection_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
7184 reflection_object_handlers.write_property = _reflection_write_property; in PHP_MINIT_FUNCTION()
7185 reflection_object_handlers.get_gc = reflection_get_gc; in PHP_MINIT_FUNCTION()
7211 reflection_type_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7227 reflection_method_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7231 reflection_class_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
7263 reflection_enum_ptr->default_object_handlers = &reflection_object_handlers; in PHP_MINIT_FUNCTION()
[all …]

Completed in 23 milliseconds