Home
last modified time | relevance | path

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

/PHP-7.3/ext/reflection/
H A Dphp_reflection.c154 static zend_object_handlers reflection_object_handlers; variable
255 intern->zo.handlers = &reflection_object_handlers; in reflection_objects_new()
6627 memcpy(&reflection_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
6628 reflection_object_handlers.offset = XtOffsetOf(reflection_object, zo); in PHP_MINIT_FUNCTION()
6629 reflection_object_handlers.free_obj = reflection_free_objects_storage; in PHP_MINIT_FUNCTION()
6630 reflection_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
6631 reflection_object_handlers.write_property = _reflection_write_property; in PHP_MINIT_FUNCTION()
6632 reflection_object_handlers.get_gc = reflection_get_gc; in PHP_MINIT_FUNCTION()

Completed in 43 milliseconds