Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c667 zend_ulong num_index, max_index = 0; in SPL_METHOD() local
676 if (num_index > max_index) { in SPL_METHOD()
677 max_index = num_index; in SPL_METHOD()
681 tmp = max_index + 1; in SPL_METHOD()

Completed in 7 milliseconds