Home
last modified time | relevance | path

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

/PHP-8.2/ext/pspell/
H A Dpspell_arginfo.h97 ZEND_FUNCTION(pspell_suggest);
119 ZEND_FE(pspell_suggest, arginfo_pspell_suggest)
H A Dpspell.stub.php60 function pspell_suggest(PSpell\Dictionary $dictionary, string $word): array|false {} function
H A Dpspell.c417 PHP_FUNCTION(pspell_suggest) in PHP_FUNCTION() argument
/PHP-8.2/ext/pspell/tests/
H A D001.phpt33 echo "Possible spellings: " . join(',',pspell_suggest ($pspell, $array[$i])) . "\n";

Completed in 9 milliseconds