Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112589 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 74248 invoked from network); 22 Dec 2020 11:45:33 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Dec 2020 11:45:33 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 24A731804DD for ; Tue, 22 Dec 2020 03:18:14 -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-lf1-f52.google.com (mail-lf1-f52.google.com [209.85.167.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:18:13 -0800 (PST) Received: by mail-lf1-f52.google.com with SMTP id h205so31095798lfd.5 for ; Tue, 22 Dec 2020 03:18:13 -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=mPZV1UAgMAsKcGbCPoV5yBCBsr41gwHr6Z96cYXc20g=; b=owhfwkjDFkAJ1SulD07j63H6JN8V+QgcAkpNUMRGJchWCa/fWFo4x3+nnxZxs8aRjU 1g8zUGDL9RzLpzW8aBo7xToINkAYPPkDYfzWmIt+C/QiJrSxzvE5nqs6rZWRNmWUjkEQ sEnbvJiJ0EDKhYDmrsjBeJcppycW3e+bXNfyt76WFJGOE4R/NaWmdu1k98a2n3UGoymY OJtLu0USkjLQjjITB1I+90fJMVao7mol9+X8YST91kpW1bWkYzM4Sns3SBnujS7oujjg WhvfK2RpIuzJMDSRC7BS+oVOmJxg0KJCXuGaHK7ZaJ9X08ZLrdxhKYlj8578D3KQdT8l VAsw== 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=mPZV1UAgMAsKcGbCPoV5yBCBsr41gwHr6Z96cYXc20g=; b=kGKEIKJgi7epxvsyEBg58NEbNR/sXg8j2NhE0nYZezznEW+8OMtyx989t4Cc/kL+UO 7wT78KBdvVDDIsSb9PerFAk1SSdDXYscTqcj/SHuaRMXt89+w+FXW+q7moMRTrtDjEyC 1P2DBekQe3HUPrP9Hc1Q9LASHmoUSD8Z4ghYjfe4UGw2BFP4yxL/hbZB0y0N4QppDT9D 9CV9SPJwEY9H9gJ+CNb9GjNbd6Rl7oqak7b1QAxk20ce+e5Il9GR5eM/glcFSeTRnT6L dsuSMlEsRDY4NFQrOHbqWMKS6j0CDOJe9XRR7QVf5yZqKVbRGUlKQLJnR44kUOIyRFAe eTZg== X-Gm-Message-State: AOAM533ba4z6/+aqcvGxpm1sJKcQe20vWaSGrIDMKkKTQZf4q7gmLxor 0ytyhLaCV5qA3v3iJt0PJaVmRCx3V5XwKGSHPw4= X-Google-Smtp-Source: ABdhPJzFrBuXw2xNLStcCr1iHPsMXgM/A918I/Ve5agNhTuz9DE8EPEyRg/rSgYc//R7Qs5l3TAUiBLuhHUWEkt6gkM= X-Received: by 2002:a19:c158:: with SMTP id r85mr5474197lff.405.1608635892171; Tue, 22 Dec 2020 03:18:12 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 22 Dec 2020 13:18:01 +0200 Message-ID: To: Marco Pivetta Cc: tyson andre , PHP Internals List Content-Type: multipart/alternative; boundary="000000000000ed07d205b70bbada" Subject: Re: [PHP-DEV] Straw poll: Naming for `*any()` and `*all()` on iterables From: zsidelnik@gmail.com (Eugene Sidelnyk) --000000000000ed07d205b70bbada Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Fully agree with Marco On Tue, Dec 22, 2020, 1:00 PM Marco Pivetta wrote: > 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()` an= d > > `*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 > > > > > --000000000000ed07d205b70bbada--