Home
last modified time | relevance | path

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

/PHP-8.1/ext/pspell/
H A Dpspell.c78 } php_pspell_object; typedef
80 static php_pspell_object *php_pspell_object_from_zend_object(zend_object *zobj) { in php_pspell_object_from_zend_object()
81 return ((php_pspell_object*)(zobj + 1)) - 1; in php_pspell_object_from_zend_object()
84 static zend_object *php_pspell_object_to_zend_object(php_pspell_object *obj) { in php_pspell_object_to_zend_object()
96 php_pspell_object *obj = zend_object_alloc(sizeof(php_pspell_object), ce); in php_pspell_object_create()
159 php_pspell_handlers.offset = XtOffsetOf(php_pspell_object, std); in PHP_MINIT_FUNCTION()

Completed in 9 milliseconds