Searched refs:enchant_broker_dict_exists (Results 1 – 5 of 5) sorted by relevance
2 enchant_broker_dict_exists() function16 if (enchant_broker_dict_exists($broker, $dicts[0]['lang_tag'])) {
14 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)
35 function enchant_broker_dict_exists(EnchantBroker $broker, string $tag): bool {} function
540 PHP_FUNCTION(enchant_broker_dict_exists) in PHP_FUNCTION() argument553 RETURN_BOOL(enchant_broker_dict_exists(pbroker->pbroker, tag)); in PHP_FUNCTION()
Completed in 8 milliseconds