Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/
H A Dspl_fixedarray.c62 } spl_fixedarray_it; typedef
803 ((spl_fixedarray_it*)iter)->current = 0; in spl_fixedarray_it_rewind()
808 spl_fixedarray_it *iterator = (spl_fixedarray_it*)iter; in spl_fixedarray_it_valid()
821 spl_fixedarray_it *iterator = (spl_fixedarray_it*)iter; in spl_fixedarray_it_get_current_data()
835 ZVAL_LONG(key, ((spl_fixedarray_it*)iter)->current); in spl_fixedarray_it_get_current_key()
840 ((spl_fixedarray_it*)iter)->current++; in spl_fixedarray_it_move_forward()
857 spl_fixedarray_it *iterator; in spl_fixedarray_get_iterator()
864 iterator = emalloc(sizeof(spl_fixedarray_it)); in spl_fixedarray_get_iterator()

Completed in 6 milliseconds