Searched refs:sugg (Results 1 – 1 of 1) sorted by relevance
716 zval *dict, *sugg = NULL; local721 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs|z/", &dict, &word, &wordlen, &sugg) == FAILURE) {725 if (sugg) {726 zval_dtor(sugg);727 array_init(sugg);737 if (!sugg && ZEND_NUM_ARGS() == 2) {746 add_next_index_string(sugg, suggs[i]);
Completed in 8 milliseconds