Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dstring.c811 zend_bool docut = 0; in PHP_FUNCTION() local
813 … TSRMLS_CC, "s|lsb", &text, &textlen, &linelength, &breakchar, &breakcharlen, &docut) == FAILURE) { in PHP_FUNCTION()
826 if (linelength == 0 && docut) { in PHP_FUNCTION()
833 if (breakcharlen == 1 && !docut) { in PHP_FUNCTION()
903 && docut && laststart >= lastspace) { in PHP_FUNCTION()

Completed in 18 milliseconds