Home
last modified time | relevance | path

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

/php-src/ext/enchant/tests/
H A Dbroker_dict_exists.phpt2 enchant_broker_dict_exists() function
17 if (enchant_broker_dict_exists($broker, $dicts[0]['lang_tag'])) {
H A Ddict_quick_check.phpt15 if (!enchant_broker_dict_exists($r, $tag))
/php-src/ext/enchant/
H A Denchant_arginfo.h109 ZEND_FUNCTION(enchant_broker_dict_exists);
132 ZEND_FE(enchant_broker_dict_exists, arginfo_enchant_broker_dict_exists)
H A Denchant.stub.php67 function enchant_broker_dict_exists(EnchantBroker $broker, string $tag): bool {} function
H A Denchant.c530 PHP_FUNCTION(enchant_broker_dict_exists) in PHP_FUNCTION() argument
543 RETURN_BOOL(enchant_broker_dict_exists(pbroker->pbroker, tag)); in PHP_FUNCTION()

Completed in 11 milliseconds