Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dstring.c980 laststart = lastspace = 0; in PHP_FUNCTION()
987 laststart = current + 1; in PHP_FUNCTION()
990 } else if (current - laststart >= linelength && laststart != lastspace) { in PHP_FUNCTION()
992 laststart = lastspace + 1; in PHP_FUNCTION()
1012 laststart = lastspace = 0; in PHP_FUNCTION()
1034 memcpy(ZSTR_VAL(newtext) + newtextlen, ZSTR_VAL(text) + laststart, current - laststart); in PHP_FUNCTION()
1038 laststart = current + 1; in PHP_FUNCTION()
1048 memcpy(ZSTR_VAL(newtext) + newtextlen, ZSTR_VAL(text) + laststart, current - laststart); in PHP_FUNCTION()
1059 && laststart < lastspace) { in PHP_FUNCTION()
1070 if (laststart != current) { in PHP_FUNCTION()
[all …]

Completed in 13 milliseconds