Searched refs:sugg (Results 1 – 1 of 1) sorted by relevance
595 zval *dict, *sugg = NULL; in PHP_FUNCTION() local600 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os|z", &dict, enchant_dict_ce, &word, &wordlen, &sugg)… in PHP_FUNCTION()604 if (sugg) { in PHP_FUNCTION()605 sugg = zend_try_array_init(sugg); in PHP_FUNCTION()606 if (!sugg) { in PHP_FUNCTION()617 if (!sugg && ZEND_NUM_ARGS() == 2) { in PHP_FUNCTION()625 add_next_index_string(sugg, suggs[i]); in PHP_FUNCTION()
Completed in 6 milliseconds