Searched refs:dict_type (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/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 3 proto string enchant_broker_get_dict_path(resource broker, int dict_type) function
|
/PHP-7.3/ext/enchant/ |
H A D | enchant.c | 418 zend_long dict_type; in PHP_FUNCTION() local 422 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rls", &broker, &dict_type, &value, &value_len) == FAIL… in PHP_FUNCTION() 432 switch (dict_type) { in PHP_FUNCTION() 458 zend_long dict_type; in PHP_FUNCTION() local 461 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl", &broker, &dict_type) == FAILURE) { in PHP_FUNCTION() 467 switch (dict_type) { in PHP_FUNCTION()
|
Completed in 7 milliseconds