Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstring.c894 zend_long i, to_return; in php_explode_negative_limit() local
907 to_return = limit + found; in php_explode_negative_limit()
909 for (i = 0; i < to_return; i++) { /* this checks also for to_return > 0 */ in php_explode_negative_limit()

Completed in 22 milliseconds