Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113116 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 94330 invoked from network); 8 Feb 2021 18:24:21 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 8 Feb 2021 18:24:21 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8FF651804E1 for ; Mon, 8 Feb 2021 10:09:08 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-ed1-f48.google.com (mail-ed1-f48.google.com [209.85.208.48]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 8 Feb 2021 10:09:08 -0800 (PST) Received: by mail-ed1-f48.google.com with SMTP id c6so19684622ede.0 for ; Mon, 08 Feb 2021 10:09:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=q85yrNCNn2HGQrlvFZVUQSR+bWFiez5XexnwVTyjoY0=; b=rntstntCZSDapSA2aC5+ktFAu6Yhd9SUUMUtiIjjvU/Dv5hJikNBL2qNmmBlwli7uX U6ugcIVlZ/qenACqUq2LKw9sT3hHXeafuQxzsBVr9VkMnb3rUAyaVGO6aQygiOx92tmE lTScADiXC2K5L86wQPgf0psaPIHbI6hBVfG/FiW+Suj1qO9Hr8DYftOrQvK5XMSyT/gs xkhJ1olcLBI7aIwsGzW1hpdiaqH6TrIUVo1omMvK5f7/9mQsjHp4LZjHiyy48x/jn6Eb y2JkV1A3oiYUGm8Ubms2pZxHlfsuLhW0n4fqCMaNgxts7bZL0OgccN7zB8F2PYcejDUs rpmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=q85yrNCNn2HGQrlvFZVUQSR+bWFiez5XexnwVTyjoY0=; b=JnuwKRqautLXT6B5tE+kYBBxRyLwTEuCWzy4/uEhhxGFrTIBmGI7Rn3liPKnE9hOki O6G5Oj5ezdPIuyOzJdM9b/zkH3Gf9kqDXlVW9UqUu0DUzwoQkFo/QloQH4JEoutxVpa9 xcqmaLZTnHMryAGI7KcJWopI5spBzL7dED2WNn6F3S9KKedlc9sTr/84LuU4YF1pbGXj B1dy3Mn6oRO7WbEF0nYEw99xzEK3Lrck7DI5a3o/Cscg00JatB87k7owi7ptcfFCdU50 MJDjzbBuyU1zJlfLdKPgaebTgOW1MOXD+FTGia8aR4I3PNqMwW0GW+yVZJeYNRHsODcp VvYA== X-Gm-Message-State: AOAM5338QpLFRCVS5+zbVgFAnHjaXakWEySfPdA3rt5DOMv+r0dzbmXs EwBAnEYeNITgDHMf7+Kc5h8c8C+KvnlK9xd5gkc= X-Google-Smtp-Source: ABdhPJzjAoxWlBdPPmXjMyILI8HoHqe+QWCzYrVPIuwUycgbFTe2wn3UYnQoC9t+TA7sdANWqlLPrTPUj0h69MSqy1M= X-Received: by 2002:a50:c94b:: with SMTP id p11mr18346918edh.388.1612807746694; Mon, 08 Feb 2021 10:09:06 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 8 Feb 2021 20:08:53 +0200 Message-ID: To: Levi Morrison Cc: Nikita Popov , Levi Morrison , internals Content-Type: multipart/alternative; boundary="000000000000d5329f05bad71000" Subject: Re: [PHP-DEV] Proposal: Add ReverseArrayIterator and ForwardArrayIterator to SPL From: drealecs@gmail.com (=?UTF-8?Q?Alexandru_P=C4=83tr=C4=83nescu?=) --000000000000d5329f05bad71000 Content-Type: text/plain; charset="UTF-8" > > > I'll code this up soon unless someone objects. I'm very open to naming > suggestions for a better performing, simpler array iterator. > ListIterator or ArrayListIterator, as we are using the array as a list only, ordered, of key-value pairs... --000000000000d5329f05bad71000--