Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstring.c920 size_t newtextlen, chk, breakchar_len = 1; in PHP_FUNCTION() local
931 Z_PARAM_STRING(breakchar, breakchar_len) in PHP_FUNCTION()
939 if (breakchar_len == 0) { in PHP_FUNCTION()
951 if (breakchar_len == 1 && !docut) { in PHP_FUNCTION()
976 alloced = ZSTR_LEN(text) + chk * breakchar_len + 1; in PHP_FUNCTION()
979 alloced = ZSTR_LEN(text) * (breakchar_len + 1) + 1; in PHP_FUNCTION()
996 && current + breakchar_len < ZSTR_LEN(text) in PHP_FUNCTION()
1000 current += breakchar_len - 1; in PHP_FUNCTION()
1011 newtextlen += breakchar_len; in PHP_FUNCTION()
1025 newtextlen += breakchar_len; in PHP_FUNCTION()
[all …]

Completed in 17 milliseconds