Home
last modified time | relevance | path

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

/PHP-7.0/ext/enchant/tests/
H A Ddict_check.phpt2 enchant_dict_check() function
25 if (enchant_dict_check($requestDict, $newWord)) {
/PHP-7.0/ext/enchant/docs/examples/
H A Dexample1.php13 $spellerrors = enchant_dict_check($d, "soong");
/PHP-7.0/ext/enchant/
H A Dphp_enchant.h56 PHP_FUNCTION(enchant_dict_check);
H A Denchant.c138 PHP_FE(enchant_dict_check, arginfo_enchant_dict_check)
732 if (enchant_dict_check(pdict->pdict, word, wordlen) > 0) {
760 PHP_FUNCTION(enchant_dict_check) argument
773 RETURN_BOOL(!enchant_dict_check(pdict->pdict, word, wordlen));

Completed in 10 milliseconds