Home
last modified time | relevance | path

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

/PHP-8.3/ext/pspell/
H A Dpspell.c53 static zend_object_handlers php_pspell_handlers; variable
103 zobj->handlers = &php_pspell_handlers; in php_pspell_object_create()
156 memcpy(&php_pspell_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
157 php_pspell_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
158 php_pspell_handlers.free_obj = php_pspell_object_free; in PHP_MINIT_FUNCTION()
159 php_pspell_handlers.get_constructor = php_pspell_object_get_constructor; in PHP_MINIT_FUNCTION()
160 php_pspell_handlers.offset = XtOffsetOf(php_pspell_object, std); in PHP_MINIT_FUNCTION()

Completed in 6 milliseconds