Home
last modified time | relevance | path

Searched refs:enchant_broker_get_dict_path (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/enchant/tests/
H A Dbug53070.phpt11 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 %d
18 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d
H A Denchant_broker_set_dict_path.phpt3 proto string enchant_broker_get_dict_path(resource broker, int dict_type) function
30 (enchant_broker_get_dict_path($broker,$dictTypeValue1) == $backEndDictType1) &&
31 (enchant_broker_get_dict_path($broker,$dictTypeValue2) == $backEndDictType2)
/PHP-7.4/ext/enchant/
H A Dphp_enchant.h45 PHP_FUNCTION(enchant_broker_get_dict_path);
H A Denchant.c128 PHP_FE(enchant_broker_get_dict_path, arginfo_enchant_broker_get_dict_path)
454 PHP_FUNCTION(enchant_broker_get_dict_path) in PHP_FUNCTION() argument
502 PHP_FUNCTION(enchant_broker_get_dict_path) in PHP_FUNCTION() argument

Completed in 9 milliseconds