Home
last modified time | relevance | path

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

/PHP-7.4/ext/enchant/
H A Denchant.c709 zval *dict, *sugg = NULL; in PHP_FUNCTION() local
714 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs|z", &dict, &word, &wordlen, &sugg) == FAILURE) { in PHP_FUNCTION()
718 if (sugg) { in PHP_FUNCTION()
719 sugg = zend_try_array_init(sugg); in PHP_FUNCTION()
720 if (!sugg) { in PHP_FUNCTION()
731 if (!sugg && ZEND_NUM_ARGS() == 2) { in PHP_FUNCTION()
739 add_next_index_string(sugg, suggs[i]); in PHP_FUNCTION()

Completed in 7 milliseconds