Searched refs:dict_type (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/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-8.4/ext/enchant/ |
H A D | enchant.c | 338 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 7 milliseconds