Home
last modified time | relevance | path

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

/PHP-5.3/ext/pspell/
H A Dpspell.c140 ZEND_ARG_INFO(0, runtogether)
766 zend_bool runtogether; in PHP_FUNCTION() local
769 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lb", &conf, &runtogether) == FAILURE) { in PHP_FUNCTION()
775 pspell_config_replace(config, "run-together", runtogether ? "true" : "false"); in PHP_FUNCTION()

Completed in 6 milliseconds