Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dstring.c909 laststart = lastspace = 0; in PHP_FUNCTION()
912 laststart = lastspace = current + 1; in PHP_FUNCTION()
918 lastspace = current; in PHP_FUNCTION()
920 newtext[lastspace] = breakchar[0]; in PHP_FUNCTION()
921 laststart = lastspace + 1; in PHP_FUNCTION()
941 laststart = lastspace = 0; in PHP_FUNCTION()
956 laststart = lastspace = current + 1; in PHP_FUNCTION()
970 lastspace = current; in PHP_FUNCTION()
981 laststart = lastspace = current; in PHP_FUNCTION()
988 && laststart < lastspace) { in PHP_FUNCTION()
[all …]

Completed in 15 milliseconds