Home
last modified time | relevance | path

Searched refs:enchant_broker_free_dict (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/enchant/tests/
H A Dbroker_free_dict.phpt2 enchant_broker_free_dict(resource $dict); function
28 if (enchant_broker_free_dict($requestDict)) {
53 Deprecated: Function enchant_broker_free_dict() is deprecated in %s
H A Dbroker_free_02.phpt31 if (@enchant_broker_free_dict($requestDict)) {
/PHP-8.2/ext/enchant/
H A Denchant_arginfo.h109 ZEND_FUNCTION(enchant_broker_free_dict);
133 ZEND_DEP_FE(enchant_broker_free_dict, arginfo_enchant_broker_free_dict)
H A Denchant.stub.php65 function enchant_broker_free_dict(EnchantDictionary $dictionary): bool {} function
H A Denchant.c179 enchant_broker_free_dict(broker->pbroker, dict->pdict); in php_enchant_dict_free()
503 PHP_FUNCTION(enchant_broker_free_dict) in PHP_FUNCTION() argument
518 enchant_broker_free_dict(broker->pbroker, pdict->pdict); in PHP_FUNCTION()

Completed in 9 milliseconds