Home
last modified time | relevance | path

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

/PHP-8.2/ext/spl/
H A Dspl_fixedarray.c740 zend_ulong num_index, max_index = 0; in PHP_METHOD() local
749 if (num_index > max_index) { in PHP_METHOD()
750 max_index = num_index; in PHP_METHOD()
754 tmp = max_index + 1; in PHP_METHOD()

Completed in 14 milliseconds