Home
last modified time | relevance | path

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

/PHP-8.1/ext/pspell/
H A Dpspell.stub.php5 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 Dpspell_arginfo.h22 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 D003.phpt38 pspell_check(): Argument #1 ($dictionary) must be of type PSpell\Dictionary, bool given
/PHP-8.1/
H A DUPGRADING156 - 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 DNEWS1797 - PSpell:
1798 . Convert resource<pspell> to object \PSpell\Dictionary. (Sara)
1799 . Convert resource<pspell config> to object \PSpell\Config. (Sara)

Completed in 26 milliseconds