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)
20 function pspell_suggest(int $dictionary, string $word): array|false {} function
359 PHP_FUNCTION(pspell_suggest) in PHP_FUNCTION() argument
32 echo "Possible spellings: " . join(',',pspell_suggest ($pspell, $array[$i])) . "\n";
Completed in 9 milliseconds