Searched refs:pspell_suggest (Results 1 – 4 of 4) sorted by relevance
97 ZEND_FUNCTION(pspell_suggest);119 ZEND_FE(pspell_suggest, arginfo_pspell_suggest)
42 function pspell_suggest(PSpell\Dictionary $dictionary, string $word): array|false {} function
419 PHP_FUNCTION(pspell_suggest) in PHP_FUNCTION() argument
33 echo "Possible spellings: " . join(',',pspell_suggest ($pspell, $array[$i])) . "\n";
Completed in 8 milliseconds