Home
last modified time | relevance | path

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

/PHP-5.3/ext/enchant/
H A Denchant.c721 zval *dict, *sugg = NULL; local
726 …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