Searched refs:php_pspell_handlers (Results 1 – 1 of 1) sorted by relevance
52 static zend_object_handlers php_pspell_handlers; variable102 zobj->handlers = &php_pspell_handlers; in php_pspell_object_create()155 memcpy(&php_pspell_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()156 php_pspell_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()157 php_pspell_handlers.free_obj = php_pspell_object_free; in PHP_MINIT_FUNCTION()158 php_pspell_handlers.get_constructor = php_pspell_object_get_constructor; in PHP_MINIT_FUNCTION()159 php_pspell_handlers.offset = XtOffsetOf(php_pspell_object, std); in PHP_MINIT_FUNCTION()
Completed in 14 milliseconds