Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110686 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 48117 invoked from network); 19 Jun 2020 15:48:06 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 19 Jun 2020 15:48:06 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8709B1804C2 for ; Fri, 19 Jun 2020 07:34:19 -0700 (PDT) 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,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-io1-f48.google.com (mail-io1-f48.google.com [209.85.166.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 ; Fri, 19 Jun 2020 07:34:18 -0700 (PDT) Received: by mail-io1-f48.google.com with SMTP id r2so11494620ioo.4 for ; Fri, 19 Jun 2020 07:34:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=datadoghq.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=OyET5Um2Sr4tmr+ppUwTeJSsx3KCAQRHS9A71/VgA6k=; b=fP8HoSTF/lSNAJmMq2nhuwPzzj2fGj6iyJvlJCA76+vBqtyw64SIgBQLd8No+ri9Dv wiirQRP7ERkJOLttfk+clX7y1RUxSQWTRc5ii+PmGcvfimckia2yziePs/7BtZivomK5 U1qmcI21Ak4g7uQPJSqyslIlGPGlBw5bjhNic= 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=OyET5Um2Sr4tmr+ppUwTeJSsx3KCAQRHS9A71/VgA6k=; b=r+7VvswLRQFxOAoKy5wgfm6oMv747DpQ9NS9CdyG4ze4zk2Xo9/Q/iVs/kAiaOOxLd f9d7P6himfUIcvn7JI2vRPEQJmnUOe7B/yjEHzmhxJJkgeLKKkSW9mRXDo33sjH7gXIq Dko+8ZWmWaRbwAg+Dj5llupgM70A8BSG6vV49tN68Mi/u9MMySAGvX/i9ODn+pqvA0Oy /iI5fUJMDa/pWMQYVnnS235hHCYkpAmSFnWvtO05pH2KGbOjpKOzNgoa48ALc6Yf3uki f1EcJkP0DDJSPm3qM0Vo+Fb4O5dBKDs17GFQ2cWFD3OsubzHo+c7ySh1Em7UBtxZI/Lm H3/Q== X-Gm-Message-State: AOAM530F9LuhEQcpUqbFjS3eXkXy//dLTC2PlS9/cUc1mut2K3kQZQ9w sPc/yBuxi6Vp1HuLgjNZ7B1vh0r6udlZOlIBfsx4Mg== X-Google-Smtp-Source: ABdhPJyQ5lund/+ZmbdQjUYKBPJOwMFPMNRd7u2gwq4mkPSBbJ1OfHapDsF/lLXv/qDGHNNMfgHIoRDkZEg7STb8IjQ= X-Received: by 2002:a02:cc36:: with SMTP id o22mr4138312jap.58.1592577258271; Fri, 19 Jun 2020 07:34:18 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Reply-To: Levi Morrison Date: Fri, 19 Jun 2020 08:34:07 -0600 Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Re: Making all Traversables an Iterator or IteratorAggregate From: internals@lists.php.net ("Levi Morrison via internals") > I went ahead and changed the implementation to use IteratorForExtensions. > Is anyone overly unhappy with that one? I don't particularly care what color we paint this bike shed. The feature is valuable to me and look forward to it in PHP 8. > @Michal: "ExtensionsIterator" to me sounds like an iterator that iterates > over extensions. Agreed.