Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstring.c740 laststart = lastspace = 0; in PHP_FUNCTION()
747 laststart = current + 1; in PHP_FUNCTION()
750 } else if (current - laststart >= linelength && laststart != lastspace) { in PHP_FUNCTION()
752 laststart = lastspace + 1; in PHP_FUNCTION()
772 laststart = lastspace = 0; in PHP_FUNCTION()
794 memcpy(ZSTR_VAL(newtext) + newtextlen, ZSTR_VAL(text) + laststart, current - laststart); in PHP_FUNCTION()
798 laststart = current + 1; in PHP_FUNCTION()
808 memcpy(ZSTR_VAL(newtext) + newtextlen, ZSTR_VAL(text) + laststart, current - laststart); in PHP_FUNCTION()
819 && laststart < lastspace) { in PHP_FUNCTION()
830 if (laststart != current) { in PHP_FUNCTION()
[all …]

Completed in 27 milliseconds