Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117983 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 44460 invoked from network); 17 Jun 2022 14:18:17 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 17 Jun 2022 14:18:17 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4DCD618054C for ; Fri, 17 Jun 2022 09:06:34 -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=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE 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-yb1-f182.google.com (mail-yb1-f182.google.com [209.85.219.182]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 17 Jun 2022 09:06:33 -0700 (PDT) Received: by mail-yb1-f182.google.com with SMTP id 23so8002470ybe.8 for ; Fri, 17 Jun 2022 09:06:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ffeH2b5hmLX62Af7SLjmdJ9c5VATdLZsuSAuLaTf5x4=; b=StNiWvaoQVq9Ubtrj7LS8rg9k+8dWOJEU3yUX49i4qdSG+fQX/7p2CoZtrNO8+uhSi AnQoPqp2bnDc9Nw2LULfkooExNAyHBHf7MX3BkIPbCIYVXE8WDr7sQVdaiyhVKbRNP1k yMFki71o8+zOidJ+lRmOBIcZq0zjfFIW+uS4YGbpDWxyO7zZFg2cKvHxNeh0eRFEQvmM Tp6DelGCoFz2x/Rv18tH/xgMbMb2mm02aueRajYJqqF/inieySW07rPQ0URccf2NenJd 4Qlzkfbn4TyMRvxBcRZ1JZImdAUPoy2d+o93RAidBBPHi+rjZAjINfsmmLW0RO8PLm1S B0tw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ffeH2b5hmLX62Af7SLjmdJ9c5VATdLZsuSAuLaTf5x4=; b=hC3iQCNwsTjlc/oHW6XXtm7gKQAFEVlk0p/6omlK2a8UfP2u0ofT8aujxtdSzAvjYS 0KkuvC3LR8tw+uWHc2KD8bfcl9Y5N5h9gjX5i3pHfmk7J40wG5JR1/3C2cLTDya1EAN4 hfBqCMB5KVO5wqNz8Kc3bERYPClS3/nZUcYmNlguzEv/4BCpLrT9hLrDWN7DXGVxw9nY e2ig/OPD6RjBDq3xvZrJKrkTNcAThSowi8/9BV5HRsiVY2GU0F4KG1X4o7EKNQuOpZoc ZO9K9hKIOZ5ADPWC0hiyjqF6XDe0qbdgAA0F81JDpzLpIu0PsHC1yZuO214RY+uVfhuB 5h9g== X-Gm-Message-State: AJIora9kFpDlOho4Wrpn/MICeOqToVCuyvnqWQyZBzUWPLyKx+RKkcZv q+VyFZd8eZrFZzyEjp3gefh+cWRjwV+2dk/1sA== X-Google-Smtp-Source: AGRyM1voBhaO+WNTaqE1Osb1c1f0ZVBb/JGWi7j+uEcayCTqLGx00gTlIPnh8h4IaWRjpqxbj1mpmWV7jwammruhnbo= X-Received: by 2002:a25:3b49:0:b0:664:5a43:5895 with SMTP id i70-20020a253b49000000b006645a435895mr11437973yba.9.1655481991983; Fri, 17 Jun 2022 09:06:31 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 17 Jun 2022 18:06:20 +0200 Message-ID: To: =?UTF-8?Q?Tim_D=C3=BCsterhus?= Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Make iterator_to_array() accept all iterables From: guilliam.xavier@gmail.com (Guilliam Xavier) > https://github.com/php/php-src/pull/8819 Just so that it can't be said that it hasn't been asked: what about iterator_count(), and iterator_apply()? Regards, -- Guilliam Xavier