Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/
H A Dspl_fixedarray.c696 zend_ulong num_index, max_index = 0; in SPL_METHOD() local
706 if (num_index > max_index) { in SPL_METHOD()
707 max_index = num_index; in SPL_METHOD()
711 tmp = max_index + 1; in SPL_METHOD()

Completed in 12 milliseconds