Home
last modified time | relevance | path

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

/php-src/ext/enchant/tests/
H A Ddict_store_replacement.phpt2 enchant_dict_store_replacement() function
25 $AddtoPersonalDict = enchant_dict_store_replacement($requestDict,$wrongWord,$rightWord);
/php-src/ext/enchant/
H A Denchant_arginfo.h118 ZEND_FUNCTION(enchant_dict_store_replacement);
143 ZEND_FE(enchant_dict_store_replacement, arginfo_enchant_dict_store_replacement)
H A Denchant.stub.php106 function enchant_dict_store_replacement(EnchantDictionary $dictionary, string $misspelled, string $… function
H A Denchant.c742 PHP_FUNCTION(enchant_dict_store_replacement) in PHP_FUNCTION() argument
756 enchant_dict_store_replacement(pdict->pdict, mis, mislen, cor, corlen); in PHP_FUNCTION()

Completed in 11 milliseconds