Searched refs:PSpell (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/pspell/ |
H A D | pspell.stub.php | 5 namespace PSpell { namespace 50 ): PSpell\Dictionary|false {} 52 function pspell_new_config(PSpell\Config $config): PSpell\Dictionary|false {} 54 function pspell_check(PSpell\Dictionary $dictionary, string $word): bool {} 64 function pspell_clear_session(PSpell\Dictionary $dictionary): bool {} 65 function pspell_save_wordlist(PSpell\Dictionary $dictionary): bool {} 68 function pspell_config_runtogether(PSpell\Config $config, bool $allow): bool {} 69 function pspell_config_mode(PSpell\Config $config, int $mode): bool {} 70 function pspell_config_ignore(PSpell\Config $config, int $min_length): bool {} 74 function pspell_config_repl(PSpell\Config $config, string $filename): bool {} [all …]
|
H A D | pspell_arginfo.h | 22 ZEND_ARG_OBJ_INFO(0, config, PSpell\\Config, 0) 26 ZEND_ARG_OBJ_INFO(0, dictionary, PSpell\\Dictionary, 0) 31 ZEND_ARG_OBJ_INFO(0, dictionary, PSpell\\Dictionary, 0) 36 ZEND_ARG_OBJ_INFO(0, dictionary, PSpell\\Dictionary, 0) 46 ZEND_ARG_OBJ_INFO(0, dictionary, PSpell\\Dictionary, 0) 59 ZEND_ARG_OBJ_INFO(0, config, PSpell\\Config, 0) 64 ZEND_ARG_OBJ_INFO(0, config, PSpell\\Config, 0) 69 ZEND_ARG_OBJ_INFO(0, config, PSpell\\Config, 0) 74 ZEND_ARG_OBJ_INFO(0, config, PSpell\\Config, 0) 79 ZEND_ARG_OBJ_INFO(0, config, PSpell\\Config, 0) [all …]
|
/PHP-8.2/ext/pspell/tests/ |
H A D | 003.phpt | 38 pspell_check(): Argument #1 ($dictionary) must be of type PSpell\Dictionary, bool given
|
Completed in 5 milliseconds