Home
last modified time | relevance | path

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

/PHP-7.0/ext/enchant/
H A Denchant.c716 zval *dict, *sugg = NULL; local
721 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 10 milliseconds