spl_fixedarray_get_iterator  221 ext/spl/spl_fixedarray.c zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC);
spl_fixedarray_get_iterator  256 ext/spl/spl_fixedarray.c 			class_type->get_iterator = spl_fixedarray_get_iterator;
spl_fixedarray_get_iterator 1157 ext/spl/spl_fixedarray.c 	spl_ce_SplFixedArray->get_iterator = spl_fixedarray_get_iterator;