Searched refs:sugg (Results 1 – 1 of 1) sorted by relevance
594 zval *dict, *sugg = NULL; in PHP_FUNCTION() local599 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Os|z", &dict, enchant_dict_ce, &word, &wordlen, &sugg)… in PHP_FUNCTION()603 if (sugg) { in PHP_FUNCTION()604 sugg = zend_try_array_init(sugg); in PHP_FUNCTION()605 if (!sugg) { in PHP_FUNCTION()616 if (!sugg && ZEND_NUM_ARGS() == 2) { in PHP_FUNCTION()624 add_next_index_string(sugg, suggs[i]); in PHP_FUNCTION()
Completed in 7 milliseconds