Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstring.c742 laststart = lastspace = 0; in PHP_FUNCTION()
749 laststart = current + 1; in PHP_FUNCTION()
752 } else if (current - laststart >= linelength && laststart != lastspace) { in PHP_FUNCTION()
754 laststart = lastspace + 1; in PHP_FUNCTION()
774 laststart = lastspace = 0; in PHP_FUNCTION()
796 memcpy(ZSTR_VAL(newtext) + newtextlen, ZSTR_VAL(text) + laststart, current - laststart); in PHP_FUNCTION()
800 laststart = current + 1; in PHP_FUNCTION()
810 memcpy(ZSTR_VAL(newtext) + newtextlen, ZSTR_VAL(text) + laststart, current - laststart); in PHP_FUNCTION()
821 && laststart < lastspace) { in PHP_FUNCTION()
832 if (laststart != current) { in PHP_FUNCTION()
[all …]

Completed in 19 milliseconds