Home
last modified time | relevance | path

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

/PHP-8.3/ext/pspell/
H A Dpspell.c54 static zend_class_entry *php_pspell_config_ce = NULL; variable
162 php_pspell_config_ce = register_class_PSpell_Config(); in PHP_MINIT_FUNCTION()
163 php_pspell_config_ce->create_object = php_pspell_config_object_create; in PHP_MINIT_FUNCTION()
378 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &zcfg, php_pspell_config_ce) == FAILURE) { in PHP_FUNCTION()
627 object_init_ex(return_value, php_pspell_config_ce); in PHP_FUNCTION()
639 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ob", &zcfg, php_pspell_config_ce, &runtogether) == FAI… in PHP_FUNCTION()
657 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &zcfg, php_pspell_config_ce, &mode) == FAILURE) { in PHP_FUNCTION()
683 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &zcfg, php_pspell_config_ce, &ignore) == FAILURE)… in PHP_FUNCTION()
701 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OP", &zcfg, php_pspell_config_ce, &value) == FAILURE) { in pspell_config_path()
743 if (zend_parse_parameters(ZEND_NUM_ARGS(), "OP", &zcfg, php_pspell_config_ce, &repl) == FAILURE) { in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds