Searched refs:enchant_broker_get_dict_path (Results 1 – 7 of 7) sorted by relevance
12 var_dump(enchant_broker_get_dict_path($broker, ENCHANT_MYSPELL));13 var_dump(enchant_broker_get_dict_path($broker, ENCHANT_ISPELL));18 Deprecated: Function enchant_broker_get_dict_path() is deprecated in %s20 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d25 Deprecated: Function enchant_broker_get_dict_path() is deprecated in %s27 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d
3 proto string enchant_broker_get_dict_path(resource broker, int dict_type) function31 (enchant_broker_get_dict_path($broker,$dictTypeValue1) == $backEndDictType1) &&32 (enchant_broker_get_dict_path($broker,$dictTypeValue2) == $backEndDictType2)59 Deprecated: Function enchant_broker_get_dict_path() is deprecated in %s61 Deprecated: Function enchant_broker_get_dict_path() is deprecated in %s
105 ZEND_FUNCTION(enchant_broker_get_dict_path);129 ZEND_DEP_FE(enchant_broker_get_dict_path, arginfo_enchant_broker_get_dict_path)
24 function enchant_broker_get_dict_path(EnchantBroker $broker, int $type): string|false {} function
386 PHP_FUNCTION(enchant_broker_get_dict_path) in PHP_FUNCTION() argument
1334 . Deprecate enchant_broker_set_dict_path, enchant_broker_get_dict_path,
878 . enchant_broker_set_dict_path and enchant_broker_get_dict_path
Completed in 13 milliseconds