Home
last modified time | relevance | path

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

/PHP-8.3/ext/spl/
H A Dspl_fixedarray.c726 zend_ulong num_index, max_index = 0; in PHP_METHOD() local
735 if (num_index > max_index) { in PHP_METHOD()
736 max_index = num_index; in PHP_METHOD()
740 tmp = max_index + 1; in PHP_METHOD()

Completed in 7 milliseconds