spl_array_next   1365 ext/spl/spl_array.c 		while (position-- > 0 && (result = spl_array_next(intern TSRMLS_CC)) == SUCCESS);
spl_array_next   1391 ext/spl/spl_array.c 		while(intern->pos && spl_array_next(intern TSRMLS_CC) == SUCCESS) {