Home
last modified time | relevance | path

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

/PHP-5.3/ext/enchant/
H A Denchant.c424 long dict_type; in PHP_FUNCTION() local
428 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rls", &broker, &dict_type, &value, &value_le… in PHP_FUNCTION()
438 switch (dict_type) { in PHP_FUNCTION()
464 long dict_type; in PHP_FUNCTION() local
467 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &broker, &dict_type) == FAILURE) { in PHP_FUNCTION()
473 switch (dict_type) { in PHP_FUNCTION()

Completed in 6 milliseconds