Home
last modified time | relevance | path

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

/PHP-8.1/ext/pspell/
H A Dpspell.c638 bool runtogether; in PHP_FUNCTION() local
641 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ob", &zcfg, php_pspell_config_ce, &runtogether) == FAI… in PHP_FUNCTION()
646 pspell_config_replace(config, "run-together", runtogether ? "true" : "false"); in PHP_FUNCTION()

Completed in 18 milliseconds