Home
last modified time | relevance | path

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

/PHP-7.2/ext/reflection/
H A Dphp_reflection.c158 static zend_object_handlers reflection_object_handlers; variable
293 intern->zo.handlers = &reflection_object_handlers; in reflection_objects_new()
6730 memcpy(&reflection_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
6731 reflection_object_handlers.offset = XtOffsetOf(reflection_object, zo); in PHP_MINIT_FUNCTION()
6732 reflection_object_handlers.free_obj = reflection_free_objects_storage; in PHP_MINIT_FUNCTION()
6733 reflection_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
6734 reflection_object_handlers.write_property = _reflection_write_property; in PHP_MINIT_FUNCTION()
6735 reflection_object_handlers.get_gc = reflection_get_gc; in PHP_MINIT_FUNCTION()

Completed in 32 milliseconds