Home
last modified time | relevance | path

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

/php-src/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-src/ext/enchant/
H A Denchant.c338 zend_long dict_type; in PHP_FUNCTION() local
342 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ols", &broker, enchant_broker_ce, &dict_type, &value, … in PHP_FUNCTION()
354 switch (dict_type) { in PHP_FUNCTION()
379 zend_long dict_type; in PHP_FUNCTION() local
381 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol", &broker, enchant_broker_ce, &dict_type) == FAILUR… in PHP_FUNCTION()
390 switch (dict_type) { in PHP_FUNCTION()

Completed in 8 milliseconds