Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstring.c954 laststart = lastspace = 0; in PHP_FUNCTION()
961 laststart = current + 1; in PHP_FUNCTION()
964 } else if (current - laststart >= linelength && laststart != lastspace) { in PHP_FUNCTION()
966 laststart = lastspace + 1; in PHP_FUNCTION()
986 laststart = lastspace = 0; in PHP_FUNCTION()
1008 memcpy(ZSTR_VAL(newtext) + newtextlen, ZSTR_VAL(text) + laststart, current - laststart); in PHP_FUNCTION()
1012 laststart = current + 1; in PHP_FUNCTION()
1022 memcpy(ZSTR_VAL(newtext) + newtextlen, ZSTR_VAL(text) + laststart, current - laststart); in PHP_FUNCTION()
1033 && laststart < lastspace) { in PHP_FUNCTION()
1044 if (laststart != current) { in PHP_FUNCTION()
[all …]

Completed in 15 milliseconds