Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112588 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 72303 invoked from network); 22 Dec 2020 11:27:58 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Dec 2020 11:27:58 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 744A61804DD for ; Tue, 22 Dec 2020 03:00:39 -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=-0.6 required=5.0 tests=BAYES_00,BODY_8BITS, 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-io1-f52.google.com (mail-io1-f52.google.com [209.85.166.52]) (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, 22 Dec 2020 03:00:38 -0800 (PST) Received: by mail-io1-f52.google.com with SMTP id d9so11609384iob.6 for ; Tue, 22 Dec 2020 03:00:38 -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=KGTUk+F/6Oc/HJ0pFUHHqcXQe42UT3J8DylDekgolgA=; b=YatHE+NQgAyy4xBuyYATBt2Gv2/vwtMEkT3XZi6DMjYCst5F8WCEsJB2Wn4STsumxj m9cMVYWS7LR9jSTNNo/2HNIsn0YSmtgozGl8shnO+1F97xxSCmUAB+aYcm5dY/pcUJp8 QxQD7+6edo9j4kwl9bDI1Q6eeNQ06NGkLGic5hApD5wdaEoSWudVEvOxkndgGcxHTQOY pMkd4iZTdG8ANzvmsEEkznrv7jMMc0y9Ij1PXwLzeW+bmo4Co+s1kjdpEH8sZsqJLMB/ 16rONtSFpgA3RrO7/++VsJWzch7x1mK/Zw3ucuKA6riuklhaPtIHFxiaJ3Vy91b/MGzh TWFQ== 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=KGTUk+F/6Oc/HJ0pFUHHqcXQe42UT3J8DylDekgolgA=; b=XGU4uw9An67tIEe8TiXKPbu/UP1HehEb0U/dZVT7YGkkrQFiCPI/TcW+TsyULFrfXO ijNVQ7M3MDwmD7RSqQ4VGUqj7vuiGUNg9xxMgnj1ogeVHdB/b38MiZ6Ku2Ub4Bape6A+ OR1DHxI8Y3FeOZjnFqwxHxM64uSvWgt3pjKO3NPjM8lEXH+UUbigVKSF7X83kK3QiKQe wrGR8rbqlgbU3JJ1tld6MM1CGNYTcSQ3wCglgJ4QZGA9KGILS7zeerVpf9J2H2d35UR/ OMw9y0FCLVVrpMXFXsjpAiq4LL0G0Lsv6g+wZFeClwzix1pEbf0qJcU72+uPvB7CcnyJ wMug== X-Gm-Message-State: AOAM533uIGMGwgyLe8EBEdlyysFSgpYm95NZyZTkrG7a+IrITLLBZaBn C0N+yWF4S3hcRRQEfF+YDxEjT6cEOCFqh6cYGwg= X-Google-Smtp-Source: ABdhPJxrT6u/gejrtQdhimcihEDZsijnM2w+CUH25lyWt2x6+Bjti8cfeLqKb9y9gBY6BaWo9M9JMA1gwHza+vADljY= X-Received: by 2002:a6b:f714:: with SMTP id k20mr17665678iog.70.1608634836071; Tue, 22 Dec 2020 03:00:36 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 22 Dec 2020 12:00:24 +0100 Message-ID: To: tyson andre Cc: PHP Internals List Content-Type: multipart/alternative; boundary="000000000000fa37c705b70b7bef" Subject: Re: [PHP-DEV] Straw poll: Naming for `*any()` and `*all()` on iterables From: ocramius@gmail.com (Marco Pivetta) --000000000000fa37c705b70b7bef Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hey Tyson, I know I'm being stubborn, but we have namespaces, but also an "old guard" that doesn't understand its own programming language =F0=9F=A4=B7=E2=80=8D= =E2=99=80=EF=B8=8F On Sat, Dec 19, 2020, 21:24 tyson andre wrote: > Hi internals, > > I've created a straw poll for the naming pattern to use for `*any()` and > `*all()` on iterables. > https://wiki.php.net/rfc/any_all_on_iterable_straw_poll > > Background: The RFC https://wiki.php.net/rfc/any_all_on_iterable proposes > adding only two functions, > but more functionality acting on iterables (array|Traversable) may be > added in the future, > making it important to get feedback what people feel the best choice of > naming pattern would be > to avoid inconsistency or name changes later on. > (Many alternatives were suggested in the initial RFC announcement - > https://externals.io/message/111756) > > Thanks, > - Tyson > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: https://www.php.net/unsub.php > > --000000000000fa37c705b70b7bef--