Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110142 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 83103 invoked from network); 12 May 2020 15:26:23 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 12 May 2020 15:26:23 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 3FA2A1804E1 for ; Tue, 12 May 2020 07:03:04 -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,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,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-oo1-f51.google.com (mail-oo1-f51.google.com [209.85.161.51]) (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 ; Tue, 12 May 2020 07:03:03 -0700 (PDT) Received: by mail-oo1-f51.google.com with SMTP id c187so1337304ooc.2 for ; Tue, 12 May 2020 07:03:03 -0700 (PDT) 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=fTI8Y8MeJlg9rnyU1Eh5vp/q+3E8Z8eu2AEDnZN/jv4=; b=qBzId/8z9uDsr6ptV92jDGPHnyWXIH2EqF0oqfEAshF3coDFKwfJ2H+h327ij4UO+c 6xmz9zE3+wny8L3kyWO0wChKWGK8Rikdtf6xWNG+DXct5nQrZGZTLPVOU7WS0p18fhV1 nppd+NNirNY2S4oND6Qdavk4R2pR7X1RdwmK04F9nttOYpw2oLHhIFOGzO8cOz33vot6 lC/Z/ppmI7Etpk6lTVQfcsoeFppGO+gZsEsqQHG5Xsslqn/tYg2SfPIP0m77hoO6Fmqf YSNFpWgCgGckrvpii5Xm3mwQOlraMgqreIgmTbwMImb0qON4ycTJOHxCGpQV4g1G3bWd 11/A== 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=fTI8Y8MeJlg9rnyU1Eh5vp/q+3E8Z8eu2AEDnZN/jv4=; b=dCespH1AqCRz1a23yuWn1/K5vL145QtLc8p7NhspT130tYevsUPkKOS6GIjyFbHLIY C1il58m3pLpjqcaj8K6ofq7wxakLgsFIze1EJqiAi+GhfFU5JNZMBn9903XKN7pG6+2t HCTo4yTEu2qwA/lUjFyZ1MucPJoPuMxM2ZhheSGG/Kz2Twb8oeTYm0UVOPAPB8KImtjv AUW0XsCUZc1sV2VH1kMyxQZbUm9H70/2JmJn+DIo8Sujuxj1s/M81N1GNeZBYjY1//As P4Kf/TBmJ197NFxoEEGFet0/ZG9gz5SgKvrkmU7H5RK5G+4zoZyhamjo80LnJp1ypOCm qHig== X-Gm-Message-State: AGi0PuZRuYEW4k73OKW5fn7+DykfZAJV+BiqAZZZBklA0CCVc3cuJv6N SFFsSNd34Rr64rFbViarO9oCNmsPl6CzRSeF76o= X-Google-Smtp-Source: APiQypL+n09wMP6Pvp+NjAb61o7/kr7RZCf0rt7YLS8rVA97qF0+zBRioV8R/Q8SqebxcitzaAF6MidpndxIXuZnMoc= X-Received: by 2002:a4a:c30e:: with SMTP id c14mr18035233ooq.74.1589292181463; Tue, 12 May 2020 07:03:01 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 12 May 2020 16:02:49 +0200 Message-ID: To: Derick Rethans Cc: Sara Golemon , Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary="000000000000eba70805a573ebab" Subject: Re: [PHP-DEV] Re: Making all Traversables an Iterator or IteratorAggregate From: nicolas.grekas+php@gmail.com (Nicolas Grekas) --000000000000eba70805a573ebab Content-Type: text/plain; charset="UTF-8" > I do not believe we should expose the Zend term into userland. > Dunno if it helps or not, but there is a precedent here: ReflectionZendExtension Nicolas --000000000000eba70805a573ebab--