spl_handler_ArrayIterator   43 ext/spl/spl_array.c zend_object_handlers spl_handler_ArrayIterator;
spl_handler_ArrayIterator  183 ext/spl/spl_array.c 				ZEND_ASSERT(Z_OBJ_HT_P(orig) == &spl_handler_ArrayIterator);
spl_handler_ArrayIterator  197 ext/spl/spl_array.c 			intern->std.handlers = &spl_handler_ArrayIterator;
spl_handler_ArrayIterator  234 ext/spl/spl_array.c 	if (intern->std.handlers == &spl_handler_ArrayIterator) {
spl_handler_ArrayIterator  833 ext/spl/spl_array.c 		base = Z_OBJ_HT_P(obj) == &spl_handler_ArrayIterator
spl_handler_ArrayIterator 1102 ext/spl/spl_array.c 		if (Z_OBJ_HT_P(array) == &spl_handler_ArrayObject || Z_OBJ_HT_P(array) == &spl_handler_ArrayIterator) {
spl_handler_ArrayIterator 1958 ext/spl/spl_array.c 	memcpy(&spl_handler_ArrayIterator, &spl_handler_ArrayObject, sizeof(zend_object_handlers));