Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/strings/
H A Dbug20927.phpt7 $linelength = 10;
12 var_dump(wordwrap($string, $linelength, $break, 1));
/php-src/ext/standard/
H A Dstring.c711 zend_long linelength = 75; in PHP_FUNCTION() local
718 Z_PARAM_LONG(linelength) in PHP_FUNCTION()
732 if (linelength == 0 && docut) { in PHP_FUNCTION()
747 if (current - laststart >= linelength) { in PHP_FUNCTION()
752 } else if (current - laststart >= linelength && laststart != lastspace) { in PHP_FUNCTION()
761 if (linelength > 0) { in PHP_FUNCTION()
762 chk = (size_t)(ZSTR_LEN(text)/linelength + 1); in PHP_FUNCTION()
779 chk = (size_t) ((ZSTR_LEN(text) - current)/linelength) + 1; in PHP_FUNCTION()
795 if (current - laststart >= linelength) { in PHP_FUNCTION()
808 else if (current - laststart >= linelength in PHP_FUNCTION()
[all …]
/php-src/build/
H A Dlibtool.m4834 # Instead, let's just punt: use the minimum linelength reported by

Completed in 35 milliseconds