Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstring.c954 laststart = lastspace = 0; in PHP_FUNCTION()
957 laststart = lastspace = current + 1; in PHP_FUNCTION()
963 lastspace = current; in PHP_FUNCTION()
966 laststart = lastspace + 1; in PHP_FUNCTION()
986 laststart = lastspace = 0; in PHP_FUNCTION()
1001 laststart = lastspace = current + 1; in PHP_FUNCTION()
1015 lastspace = current; in PHP_FUNCTION()
1026 laststart = lastspace = current; in PHP_FUNCTION()
1033 && laststart < lastspace) { in PHP_FUNCTION()
1035 newtextlen += lastspace - laststart; in PHP_FUNCTION()
[all …]

Completed in 14 milliseconds