Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/
H A Dspl_array.c996 static int spl_array_next(spl_array_object *intern) /* {{{ */ in spl_array_next() function
1364 while (position-- > 0 && (result = spl_array_next(intern)) == SUCCESS); in SPL_METHOD()
1391 while (*pos_ptr != HT_INVALID_IDX && spl_array_next(intern) == SUCCESS) { in spl_array_object_count_elements_helper()

Completed in 9 milliseconds