Searched refs:enchant_broker_get_dict_path (Results 1 – 5 of 5) sorted by relevance
13 var_dump(enchant_broker_get_dict_path($broker, ENCHANT_MYSPELL));14 var_dump(enchant_broker_get_dict_path($broker, ENCHANT_ISPELL));19 Deprecated: Function enchant_broker_get_dict_path() is deprecated since 8.0 in %s21 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d26 Deprecated: Function enchant_broker_get_dict_path() is deprecated since 8.0 in %s28 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) function32 (enchant_broker_get_dict_path($broker,$dictTypeValue1) == $backEndDictType1) &&33 (enchant_broker_get_dict_path($broker,$dictTypeValue2) == $backEndDictType2)60 Deprecated: Function enchant_broker_get_dict_path() is deprecated since 8.0 in %s62 Deprecated: Function enchant_broker_get_dict_path() is deprecated since 8.0 in %s
52 function enchant_broker_get_dict_path(EnchantBroker $broker, int $type): string|false {} function
104 ZEND_FUNCTION(enchant_broker_get_dict_path);
376 PHP_FUNCTION(enchant_broker_get_dict_path) in PHP_FUNCTION() argument
Completed in 10 milliseconds