Home
last modified time | relevance | path

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

/PHP-7.3/ext/pspell/
H A Dpspell.c799 char ignore_str[MAX_LENGTH_OF_LONG + 1]; in PHP_FUNCTION() local
809 snprintf(ignore_str, sizeof(ignore_str), ZEND_LONG_FMT, ignore); in PHP_FUNCTION()
811 pspell_config_replace(config, "ignore", ignore_str); in PHP_FUNCTION()

Completed in 6 milliseconds