Home
last modified time | relevance | path

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

/PHP-8.1/ext/pspell/
H A Dpspell.c54 static zend_object_handlers php_pspell_config_handlers; variable
140 zobj->handlers = &php_pspell_config_handlers; in php_pspell_config_object_create()
164 memcpy(&php_pspell_config_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
165 php_pspell_config_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
166 php_pspell_config_handlers.free_obj = php_pspell_config_object_free; in PHP_MINIT_FUNCTION()
167 php_pspell_config_handlers.get_constructor = php_pspell_config_object_get_constructor; in PHP_MINIT_FUNCTION()
168 php_pspell_config_handlers.offset = XtOffsetOf(php_pspell_config_object, std); in PHP_MINIT_FUNCTION()

Completed in 5 milliseconds