Home
last modified time | relevance | path

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

/PHP-8.3/ext/imap/
H A Dphp_imap.c153 static zend_object_handlers imap_object_handlers; variable
176 zobj->handlers = &imap_object_handlers; in imap_object_create()
462 memcpy(&imap_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
463 imap_object_handlers.offset = XtOffsetOf(php_imap_object, std); in PHP_MINIT_FUNCTION()
464 imap_object_handlers.get_constructor = imap_object_get_constructor; in PHP_MINIT_FUNCTION()
465 imap_object_handlers.free_obj = imap_object_destroy; in PHP_MINIT_FUNCTION()
466 imap_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()

Completed in 14 milliseconds