Searched refs:sugg (Results 1 – 1 of 1) sorted by relevance
709 zval *dict, *sugg = NULL; in PHP_FUNCTION() local714 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs|z/", &dict, &word, &wordlen, &sugg) == FAILURE) { in PHP_FUNCTION()718 if (sugg) { in PHP_FUNCTION()719 zval_ptr_dtor(sugg); in PHP_FUNCTION()720 array_init(sugg); in PHP_FUNCTION()729 if (!sugg && ZEND_NUM_ARGS() == 2) { in PHP_FUNCTION()737 add_next_index_string(sugg, suggs[i]); in PHP_FUNCTION()
Completed in 6 milliseconds