Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dstring.c885 size_t newtextlen, chk, breakchar_len = 1; in PHP_FUNCTION() local
896 Z_PARAM_STRING(breakchar, breakchar_len) in PHP_FUNCTION()
904 if (breakchar_len == 0) { in PHP_FUNCTION()
916 if (breakchar_len == 1 && !docut) { in PHP_FUNCTION()
941 alloced = ZSTR_LEN(text) + chk * breakchar_len + 1; in PHP_FUNCTION()
944 alloced = ZSTR_LEN(text) * (breakchar_len + 1) + 1; in PHP_FUNCTION()
961 && current + breakchar_len < ZSTR_LEN(text) in PHP_FUNCTION()
965 current += breakchar_len - 1; in PHP_FUNCTION()
976 newtextlen += breakchar_len; in PHP_FUNCTION()
990 newtextlen += breakchar_len; in PHP_FUNCTION()
[all …]

Completed in 27 milliseconds