Searched refs:enchant_broker_set_dict_path (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/enchant/tests/ |
H A D | enchant_broker_set_dict_path.phpt | 2 proto bool enchant_broker_set_dict_path(resource broker, int dict_type, string value) function 24 if (enchant_broker_set_dict_path($broker, $dictTypeValue1, $backEndDictType1)) { 27 if (enchant_broker_set_dict_path($broker, $dictTypeValue2, $backEndDictType2)) { 53 Deprecated: Function enchant_broker_set_dict_path() is deprecated in %s 56 Deprecated: Function enchant_broker_set_dict_path() is deprecated in %s
|
/PHP-8.0/ext/enchant/ |
H A D | enchant_arginfo.h | 104 ZEND_FUNCTION(enchant_broker_set_dict_path); 128 ZEND_DEP_FE(enchant_broker_set_dict_path, arginfo_enchant_broker_set_dict_path)
|
H A D | enchant.stub.php | 21 function enchant_broker_set_dict_path(EnchantBroker $broker, int $type, string $path): bool {} function
|
H A D | enchant.c | 345 PHP_FUNCTION(enchant_broker_set_dict_path) in PHP_FUNCTION() argument
|
/PHP-8.0/ |
H A D | NEWS | 1334 . Deprecate enchant_broker_set_dict_path, enchant_broker_get_dict_path,
|
H A D | UPGRADING | 878 . enchant_broker_set_dict_path and enchant_broker_get_dict_path
|
Completed in 21 milliseconds