Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_fixedarray.c60 } spl_fixedarray_it; typedef
892 ((spl_fixedarray_it*)iter)->current = 0; in spl_fixedarray_it_rewind()
897 spl_fixedarray_it *iterator = (spl_fixedarray_it*)iter; in spl_fixedarray_it_valid()
910 spl_fixedarray_it *iterator = (spl_fixedarray_it*)iter; in spl_fixedarray_it_get_current_data()
924 ZVAL_LONG(key, ((spl_fixedarray_it*)iter)->current); in spl_fixedarray_it_get_current_key()
929 ((spl_fixedarray_it*)iter)->current++; in spl_fixedarray_it_move_forward()
946 spl_fixedarray_it *iterator; in spl_fixedarray_get_iterator()
953 iterator = emalloc(sizeof(spl_fixedarray_it)); in spl_fixedarray_get_iterator()

Completed in 12 milliseconds