Home
last modified time | relevance | path

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

/PHP-8.3/ext/ftp/
H A Dphp_ftp.c40 static zend_object_handlers ftp_object_handlers; variable
80 zobj->handlers = &ftp_object_handlers; in ftp_object_create()
116 memcpy(&ftp_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
117 ftp_object_handlers.offset = XtOffsetOf(php_ftp_object, std); in PHP_MINIT_FUNCTION()
118 ftp_object_handlers.get_constructor = ftp_object_get_constructor; in PHP_MINIT_FUNCTION()
119 ftp_object_handlers.free_obj = ftp_object_destroy; in PHP_MINIT_FUNCTION()
120 ftp_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()

Completed in 8 milliseconds