spl_handler_ArrayIterator   43 ext/spl/spl_array.c zend_object_handlers spl_handler_ArrayIterator;
spl_handler_ArrayIterator  199 ext/spl/spl_array.c 			if (Z_OBJ_HT_P(orig) == &spl_handler_ArrayIterator) {
spl_handler_ArrayIterator  216 ext/spl/spl_array.c 			retval.handlers = &spl_handler_ArrayIterator;
spl_handler_ArrayIterator  253 ext/spl/spl_array.c 	if (retval.handlers == &spl_handler_ArrayIterator) {
spl_handler_ArrayIterator  838 ext/spl/spl_array.c 			base = (Z_OBJ_HT_P(obj) == &spl_handler_ArrayIterator) ? spl_ce_ArrayIterator : spl_ce_ArrayObject;
spl_handler_ArrayIterator 1128 ext/spl/spl_array.c 	if (Z_TYPE_PP(array) == IS_OBJECT && (Z_OBJ_HT_PP(array) == &spl_handler_ArrayObject || Z_OBJ_HT_PP(array) == &spl_handler_ArrayIterator)) {
spl_handler_ArrayIterator 1992 ext/spl/spl_array.c 	memcpy(&spl_handler_ArrayIterator, &spl_handler_ArrayObject, sizeof(zend_object_handlers));