Home
last modified time | relevance | path

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

/PHP-8.0/ext/enchant/
H A Denchant.c605 zval *dict, *sugg = NULL; in PHP_FUNCTION() local
610 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os|z", &dict, enchant_dict_ce, &word, &wordlen, &sugg)… in PHP_FUNCTION()
614 if (sugg) { in PHP_FUNCTION()
615 sugg = zend_try_array_init(sugg); in PHP_FUNCTION()
616 if (!sugg) { in PHP_FUNCTION()
627 if (!sugg && ZEND_NUM_ARGS() == 2) { in PHP_FUNCTION()
635 add_next_index_string(sugg, suggs[i]); in PHP_FUNCTION()

Completed in 6 milliseconds