Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/strings/
H A Dbug20927.phpt7 $linelength = 10;
12 var_dump(wordwrap($string, $linelength, $break, 1));
/PHP-7.4/ext/standard/
H A Dstring.c923 zend_long linelength = 75; in PHP_FUNCTION() local
930 Z_PARAM_LONG(linelength) in PHP_FUNCTION()
944 if (linelength == 0 && docut) { in PHP_FUNCTION()
959 if (current - laststart >= linelength) { in PHP_FUNCTION()
964 } else if (current - laststart >= linelength && laststart != lastspace) { in PHP_FUNCTION()
973 if (linelength > 0) { in PHP_FUNCTION()
974 chk = (size_t)(ZSTR_LEN(text)/linelength + 1); in PHP_FUNCTION()
991 chk = (size_t) ((ZSTR_LEN(text) - current)/linelength) + 1; in PHP_FUNCTION()
1007 if (current - laststart >= linelength) { in PHP_FUNCTION()
1020 else if (current - laststart >= linelength in PHP_FUNCTION()
[all …]
/PHP-7.4/build/
H A Dlibtool.m4835 # Instead, let's just punt: use the minimum linelength reported by

Completed in 38 milliseconds