Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_array.c979 static int spl_array_next(spl_array_object *intern TSRMLS_DC) /* {{{ */ in spl_array_next() function
1375 while (position-- > 0 && (result = spl_array_next(intern TSRMLS_CC)) == SUCCESS); in SPL_METHOD()
1401 while(intern->pos && spl_array_next(intern TSRMLS_CC) == SUCCESS) { in spl_array_object_count_elements_helper()

Completed in 10 milliseconds