Home
last modified time | relevance | path

Searched refs:dict_type (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/enchant/tests/
H A Denchant_broker_set_dict_path.phpt2 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.4/ext/enchant/
H A Denchant.c418 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 6 milliseconds