Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds