Home
last modified time | relevance | path

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

/PHP-8.1/ext/pspell/
H A Dpspell.c53 static zend_class_entry *php_pspell_config_ce = NULL; variable
161 php_pspell_config_ce = register_class_PSpell_Config(); in PHP_MINIT_FUNCTION()
162 php_pspell_config_ce->create_object = php_pspell_config_object_create; in PHP_MINIT_FUNCTION()
380 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &zcfg, php_pspell_config_ce) == FAILURE) { in PHP_FUNCTION()
629 object_init_ex(return_value, php_pspell_config_ce); in PHP_FUNCTION()
641 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ob", &zcfg, php_pspell_config_ce, &runtogether) == FAI… in PHP_FUNCTION()
659 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &zcfg, php_pspell_config_ce, &mode) == FAILURE) { in PHP_FUNCTION()
685 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &zcfg, php_pspell_config_ce, &ignore) == FAILURE)… in PHP_FUNCTION()
703 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OP", &zcfg, php_pspell_config_ce, &value) == FAILURE) { in pspell_config_path()
745 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OP", &zcfg, php_pspell_config_ce, &repl) == FAILURE) { in PHP_FUNCTION()
[all …]

Completed in 27 milliseconds