Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dstring.c1137 zend_long i, to_return; in php_explode_negative_limit() local
1150 to_return = limit + found; in php_explode_negative_limit()
1152 for (i = 0; i < to_return; i++) { /* this checks also for to_return > 0 */ in php_explode_negative_limit()

Completed in 25 milliseconds