Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dstring.c969 laststart = lastspace = 0; in PHP_FUNCTION()
972 laststart = lastspace = current + 1; in PHP_FUNCTION()
978 lastspace = current; in PHP_FUNCTION()
981 laststart = lastspace + 1; in PHP_FUNCTION()
1001 laststart = lastspace = 0; in PHP_FUNCTION()
1016 laststart = lastspace = current + 1; in PHP_FUNCTION()
1030 lastspace = current; in PHP_FUNCTION()
1041 laststart = lastspace = current; in PHP_FUNCTION()
1048 && laststart < lastspace) { in PHP_FUNCTION()
1050 newtextlen += lastspace - laststart; in PHP_FUNCTION()
[all …]

Completed in 23 milliseconds