Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dstring.c946 size_t newtextlen, chk, breakchar_len = 1; in PHP_FUNCTION() local
957 Z_PARAM_STRING(breakchar, breakchar_len) in PHP_FUNCTION()
965 if (breakchar_len == 0) { in PHP_FUNCTION()
977 if (breakchar_len == 1 && !docut) { in PHP_FUNCTION()
1002 alloced = ZSTR_LEN(text) + chk * breakchar_len + 1; in PHP_FUNCTION()
1005 alloced = ZSTR_LEN(text) * (breakchar_len + 1) + 1; in PHP_FUNCTION()
1022 && current + breakchar_len < ZSTR_LEN(text) in PHP_FUNCTION()
1026 current += breakchar_len - 1; in PHP_FUNCTION()
1037 newtextlen += breakchar_len; in PHP_FUNCTION()
1051 newtextlen += breakchar_len; in PHP_FUNCTION()
[all …]

Completed in 17 milliseconds