Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/
H A Dspl_fixedarray.c642 zend_ulong num_index, max_index = 0; in PHP_METHOD() local
651 if (num_index > max_index) { in PHP_METHOD()
652 max_index = num_index; in PHP_METHOD()
656 tmp = max_index + 1; in PHP_METHOD()

Completed in 7 milliseconds