Searched refs:enchant_broker_dict_exists (Results 1 – 5 of 5) sorted by relevance
2 enchant_broker_dict_exists() function17 if (enchant_broker_dict_exists($broker, $dicts[0]['lang_tag'])) {
15 if (!enchant_broker_dict_exists($r, $tag))
110 ZEND_FUNCTION(enchant_broker_dict_exists);134 ZEND_FE(enchant_broker_dict_exists, arginfo_enchant_broker_dict_exists)
47 function enchant_broker_dict_exists(EnchantBroker $broker, string $tag): bool {} function
529 PHP_FUNCTION(enchant_broker_dict_exists) in PHP_FUNCTION() argument542 RETURN_BOOL(enchant_broker_dict_exists(pbroker->pbroker, tag)); in PHP_FUNCTION()
Completed in 8 milliseconds