Home
last modified time | relevance | path

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

/PHP-5.3/ext/spl/
H A Dspl_fixedarray.c657 ulong num_index, max_index = 0; in SPL_METHOD() local
670 if (num_index > max_index) { in SPL_METHOD()
671 max_index = num_index; in SPL_METHOD()
675 tmp = max_index + 1; in SPL_METHOD()
/PHP-5.3/ext/com_dotnet/
H A Dcom_variant.c44 long max_index = 0; in safe_array_from_zval() local
59 if (intindex > max_index) { in safe_array_from_zval()
60 max_index = intindex; in safe_array_from_zval()

Completed in 10 milliseconds