Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dstring.c980 laststart = lastspace = 0; in PHP_FUNCTION()
983 laststart = lastspace = current + 1; in PHP_FUNCTION()
989 lastspace = current; in PHP_FUNCTION()
992 laststart = lastspace + 1; in PHP_FUNCTION()
1012 laststart = lastspace = 0; in PHP_FUNCTION()
1027 laststart = lastspace = current + 1; in PHP_FUNCTION()
1041 lastspace = current; in PHP_FUNCTION()
1052 laststart = lastspace = current; in PHP_FUNCTION()
1059 && laststart < lastspace) { in PHP_FUNCTION()
1061 newtextlen += lastspace - laststart; in PHP_FUNCTION()
[all …]

Completed in 14 milliseconds