Searched refs:ftp_object_handlers (Results 1 – 1 of 1) sorted by relevance
40 static zend_object_handlers ftp_object_handlers; variable80 zobj->handlers = &ftp_object_handlers; in ftp_object_create()105 memcpy(&ftp_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()106 ftp_object_handlers.offset = XtOffsetOf(php_ftp_object, std); in PHP_MINIT_FUNCTION()107 ftp_object_handlers.get_constructor = ftp_object_get_constructor; in PHP_MINIT_FUNCTION()108 ftp_object_handlers.free_obj = ftp_object_destroy; in PHP_MINIT_FUNCTION()109 ftp_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
Completed in 6 milliseconds