Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/strings/
H A Dbug20927.phpt7 $linelength = 10;
12 var_dump(wordwrap($string, $linelength, $break, 1));
/PHP-5.5/ext/standard/
H A Dstring.c897 long linelength = 75; in PHP_FUNCTION() local
913 if (linelength == 0 && docut) { in PHP_FUNCTION()
928 if (current - laststart >= linelength) { in PHP_FUNCTION()
933 } else if (current - laststart >= linelength && laststart != lastspace) { in PHP_FUNCTION()
942 if (linelength > 0) { in PHP_FUNCTION()
943 chk = (int)(textlen/linelength + 1); in PHP_FUNCTION()
958 alloced += (int) (((textlen - current + 1)/linelength + 1) * breakcharlen) + 1; in PHP_FUNCTION()
960 chk = (int) ((textlen - current)/linelength) + 1; in PHP_FUNCTION()
976 if (current - laststart >= linelength) { in PHP_FUNCTION()
989 else if (current - laststart >= linelength in PHP_FUNCTION()
[all …]
/PHP-5.5/build/
H A Dlibtool.m4835 # Instead, let's just punt: use the minimum linelength reported by

Completed in 36 milliseconds