Home
last modified time | relevance | path

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

/PHP-8.2/ext/pspell/
H A Dpspell.c52 static zend_class_entry *php_pspell_ce = NULL; variable
153 php_pspell_ce = register_class_PSpell_Dictionary(); in PHP_MINIT_FUNCTION()
154 php_pspell_ce->create_object = php_pspell_object_create; in PHP_MINIT_FUNCTION()
265 object_init_ex(return_value, php_pspell_ce); in PHP_FUNCTION()
366 object_init_ex(return_value, php_pspell_ce); in PHP_FUNCTION()
391 object_init_ex(return_value, php_pspell_ce); in PHP_FUNCTION()
403 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &zmgr, php_pspell_ce, &word) == FAILURE) { in PHP_FUNCTION()
425 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &zmgr, php_pspell_ce, &word) == FAILURE) { in PHP_FUNCTION()
475 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OS", &zmgr, php_pspell_ce, &word) == FAILURE) { in PHP_FUNCTION()
528 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &zmgr, php_pspell_ce) == FAILURE) { in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds