Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113111 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 68983 invoked from network); 8 Feb 2021 15:29:31 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 8 Feb 2021 15:29:31 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8B6FF180540 for ; Mon, 8 Feb 2021 07:14:16 -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=1.3 required=5.0 tests=BAYES_50, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, 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-Virus: No X-Envelope-From: Received: from mail-pg1-f170.google.com (mail-pg1-f170.google.com [209.85.215.170]) (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 07:14:16 -0800 (PST) Received: by mail-pg1-f170.google.com with SMTP id g15so10395337pgu.9 for ; Mon, 08 Feb 2021 07:14:16 -0800 (PST) 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=rl5agGT1CBEOQIA+QokBAeRrc8+blviMEPk0lcQ38To=; b=L6oD29bj8EFWLnl7/mUzzmS4qngDgHbR+t6dEg1N0tE+Gt06nz9x23AhNNhGsI7DMk EPMOvMKj98CaA1jOO2HGbtW45ett7EorOh+IEQAEAmNndlPI2Z0T+LIfPoZN3WpeRoef QrV/F0rPJQTxeOIMB1srMZXawoGbB3+Dv+uRsQHdKQfFW8Ta2B3P7+XPNj/FeHutM8p9 AoqiUQQ1PPly0JEcQDTQVoRF6ZTo3G+u9BDZyXPsNhqJj95Iqo4t0FqgB+p2s5p5o74o ynNYTk51C0DIgrcTYVGoGnojfAEigDH/BfOJycUAza8CRDmVs9g0M7Ceh9sbWY+mUJ8j cKyg== X-Gm-Message-State: AOAM5317h67ogwCz4Uua6gEl8zq+o+dEtSMvTIKiT/GlDztUWQYa4KMJ 0ZZUrAcs6A9PQEGmjxJhu16K1ZYV54wxgEnUlZo= X-Google-Smtp-Source: ABdhPJwET/is2GZ43YV4HL6fW2r8Om1dqxxD4X9MxI7CZ8Et5E2p2n7/bK9jD3cuQoOsSC9QDKxCoK4csPIBpsvPrKs= X-Received: by 2002:a63:2306:: with SMTP id j6mr17702471pgj.187.1612797254100; Mon, 08 Feb 2021 07:14:14 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 8 Feb 2021 17:14:02 +0200 Message-ID: To: Levi Morrison Cc: tyson andre , PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [VOTE] PHP\iterable\any() and all() on iterables From: kalle@php.net (Kalle Sommer Nielsen) Den man. 8. feb. 2021 kl. 17.08 skrev Levi Morrison via internals : > - I do not like the chosen namespace. This is not as important as the > previous point, but still factored into my decision as we are still > very early in choosing namespaces for internals. I don't want to vote > for something I think is a bad direction when we're this early on. I'm in a similar boat as Levi, I like the functionality but the choosen namespace is what caused my no vote. We had 2 RFCs last year talking about the namespace question and it is yet to be answered -- I don't think this RFC or any other should go into the core as it could force the answer to the namespace question. Having them in \ would be a +1 from me tho. -- regards, Kalle Sommer Nielsen kalle@php.net