Searched refs:linelength (Results 1 – 3 of 3) sorted by relevance
7 $linelength = 10;12 var_dump(wordwrap($string, $linelength, $break, 1));
942 zend_long linelength = 75; in PHP_FUNCTION() local959 if (linelength == 0 && docut) { in PHP_FUNCTION()974 if (current - laststart >= linelength) { in PHP_FUNCTION()979 } else if (current - laststart >= linelength && laststart != lastspace) { in PHP_FUNCTION()988 if (linelength > 0) { in PHP_FUNCTION()989 chk = (size_t)(ZSTR_LEN(text)/linelength + 1); in PHP_FUNCTION()1004 alloced += (size_t) (((ZSTR_LEN(text) - current + 1)/linelength + 1) * breakchar_len) + 1; in PHP_FUNCTION()1006 chk = (size_t) ((ZSTR_LEN(text) - current)/linelength) + 1; in PHP_FUNCTION()1022 if (current - laststart >= linelength) { in PHP_FUNCTION()1035 else if (current - laststart >= linelength in PHP_FUNCTION()[all …]
835 # Instead, let's just punt: use the minimum linelength reported by
Completed in 37 milliseconds