Home
last modified time | relevance | path

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

/PHP-8.1/ext/pspell/
H A Dpspell.c51 static zend_class_entry *php_pspell_ce = NULL; variable
152 php_pspell_ce = register_class_PSpell_Dictionary(); in PHP_MINIT_FUNCTION()
153 php_pspell_ce->create_object = php_pspell_object_create; in PHP_MINIT_FUNCTION()
267 object_init_ex(return_value, php_pspell_ce); in PHP_FUNCTION()
368 object_init_ex(return_value, php_pspell_ce); in PHP_FUNCTION()
393 object_init_ex(return_value, php_pspell_ce); in PHP_FUNCTION()
405 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &zmgr, php_pspell_ce, &word) == FAILURE) { in PHP_FUNCTION()
427 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &zmgr, php_pspell_ce, &word) == FAILURE) { in PHP_FUNCTION()
477 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &zmgr, php_pspell_ce, &word) == FAILURE) { in PHP_FUNCTION()
530 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &zmgr, php_pspell_ce) == FAILURE) { in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds