Searched refs:sugg (Results 1 – 1 of 1) sorted by relevance
721 zval *dict, *sugg = NULL; local726 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs|z/", &dict, &word, &wordlen, &sugg) == FA…730 if (sugg) {731 zval_dtor(sugg);732 array_init(sugg);742 if (!sugg && ZEND_NUM_ARGS() == 2) {751 add_next_index_string(sugg, suggs[i], 1);
Completed in 5 milliseconds