Home
last modified time | relevance | path

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

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

Completed in 15 milliseconds