Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dstring.c919 laststart = lastspace = 0; in PHP_FUNCTION()
922 laststart = lastspace = current + 1; in PHP_FUNCTION()
928 lastspace = current; in PHP_FUNCTION()
931 laststart = lastspace + 1; in PHP_FUNCTION()
951 laststart = lastspace = 0; in PHP_FUNCTION()
966 laststart = lastspace = current + 1; in PHP_FUNCTION()
980 lastspace = current; in PHP_FUNCTION()
991 laststart = lastspace = current; in PHP_FUNCTION()
998 && laststart < lastspace) { in PHP_FUNCTION()
1000 newtextlen += lastspace - laststart; in PHP_FUNCTION()
[all …]

Completed in 19 milliseconds