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