Home
last modified time | relevance | path

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

/PHP-8.2/ext/pspell/
H A Dpspell.c119 static php_pspell_config_object *php_pspell_config_object_from_zend_object(zend_object *zobj) { in php_pspell_config_object_from_zend_object() function
147 delete_pspell_config(php_pspell_config_object_from_zend_object(zobj)->cfg); in php_pspell_config_object_free()
381 config = php_pspell_config_object_from_zend_object(Z_OBJ_P(zcfg))->cfg; in PHP_FUNCTION()
628 php_pspell_config_object_from_zend_object(Z_OBJ_P(return_value))->cfg = config; in PHP_FUNCTION()
642 config = php_pspell_config_object_from_zend_object(Z_OBJ_P(zcfg))->cfg; in PHP_FUNCTION()
660 config = php_pspell_config_object_from_zend_object(Z_OBJ_P(zcfg))->cfg; in PHP_FUNCTION()
686 config = php_pspell_config_object_from_zend_object(Z_OBJ_P(zcfg))->cfg; in PHP_FUNCTION()
704 config = php_pspell_config_object_from_zend_object(Z_OBJ_P(zcfg))->cfg; in pspell_config_path()
746 config = php_pspell_config_object_from_zend_object(Z_OBJ_P(zcfg))->cfg; in PHP_FUNCTION()
770 config = php_pspell_config_object_from_zend_object(Z_OBJ_P(zcfg))->cfg; in PHP_FUNCTION()

Completed in 7 milliseconds