Searched refs:PSpell (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/pspell/ |
H A D | pspell.stub.php | 5 namespace PSpell { namespace 32 ): PSpell\Dictionary|false {} 34 function pspell_new_config(PSpell\Config $config): PSpell\Dictionary|false {} 36 function pspell_check(PSpell\Dictionary $dictionary, string $word): bool {} 46 function pspell_clear_session(PSpell\Dictionary $dictionary): bool {} 47 function pspell_save_wordlist(PSpell\Dictionary $dictionary): bool {} 50 function pspell_config_runtogether(PSpell\Config $config, bool $allow): bool {} 51 function pspell_config_mode(PSpell\Config $config, int $mode): bool {} 52 function pspell_config_ignore(PSpell\Config $config, int $min_length): bool {} 56 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.1/ext/pspell/tests/ |
H A D | 003.phpt | 38 pspell_check(): Argument #1 ($dictionary) must be of type PSpell\Dictionary, bool given
|
/PHP-8.1/ |
H A D | UPGRADING | 156 - PSpell: 157 . The PSpell functions now accept and return, respectively, PSpell\Dictionary objects 160 . The PSpell functions now accept and return, respectively, PSpell\Config objects
|
H A D | NEWS | 1823 - PSpell: 1824 . Convert resource<pspell> to object \PSpell\Dictionary. (Sara) 1825 . Convert resource<pspell config> to object \PSpell\Config. (Sara)
|
Completed in 12 milliseconds