Home
last modified time | relevance | path

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

/PHP-7.4/ext/reflection/
H A Dphp_reflection.c161 static zend_object_handlers reflection_object_handlers; variable
275 intern->zo.handlers = &reflection_object_handlers; in reflection_objects_new()
6839 memcpy(&reflection_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
6840 reflection_object_handlers.offset = XtOffsetOf(reflection_object, zo); in PHP_MINIT_FUNCTION()
6841 reflection_object_handlers.free_obj = reflection_free_objects_storage; in PHP_MINIT_FUNCTION()
6842 reflection_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
6843 reflection_object_handlers.write_property = _reflection_write_property; in PHP_MINIT_FUNCTION()
6844 reflection_object_handlers.get_gc = reflection_get_gc; in PHP_MINIT_FUNCTION()

Completed in 20 milliseconds