Searched refs:enchant_broker_get_dict_path (Results 1 – 4 of 4) sorted by relevance
11 var_dump(enchant_broker_get_dict_path($broker, ENCHANT_MYSPELL));12 var_dump(enchant_broker_get_dict_path($broker, ENCHANT_ISPELL));15 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d18 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) function30 (enchant_broker_get_dict_path($broker,$dictTypeValue1) == $backEndDictType1) &&31 (enchant_broker_get_dict_path($broker,$dictTypeValue2) == $backEndDictType2)
45 PHP_FUNCTION(enchant_broker_get_dict_path);
128 PHP_FE(enchant_broker_get_dict_path, arginfo_enchant_broker_get_dict_path)454 PHP_FUNCTION(enchant_broker_get_dict_path) in PHP_FUNCTION() argument502 PHP_FUNCTION(enchant_broker_get_dict_path) in PHP_FUNCTION() argument
Completed in 8 milliseconds