Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111428 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 61969 invoked from network); 10 Aug 2020 14:40:46 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 10 Aug 2020 14:40:46 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7DDD4180509 for ; Mon, 10 Aug 2020 06:39:57 -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_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-il1-f178.google.com (mail-il1-f178.google.com [209.85.166.178]) (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, 10 Aug 2020 06:39:57 -0700 (PDT) Received: by mail-il1-f178.google.com with SMTP id j9so7515958ilc.11 for ; Mon, 10 Aug 2020 06:39:57 -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; bh=VLcI0ZPGe7GWsdA8tb8+Vc2jLtnz3TLDGHJL7I5xaJQ=; b=Zwt5ysHfdwUEOCVAEMz+baHVC5LdDoo6V2fNGa46a0xO2b6zXSCuEzYaoAuZspwt7v +qlqq0nstxo9P+ZxrFXLkVzSLhY7eHtYGjOUO6RNYntovn4ZKcDzY+TdvpBxMxwxjrbw 9CbSJvijALJOPBbHTlRDTObuDORo9bTIUMevctblssdmRaMFo7RDr8AkTaiL2+bXyHtP 9KY5vA1KzOwHKsjUW8fcPVMYl6Xet5JBfSxXg15KrjAlkwF5kV4eML53u/xXqQlObE2n d8h0nVq1bFbEgJ1NEzn4za1uRhC56aYiKYiYOG7pTNsj2Puee8d28So83DxU2lCo4NuI Dp1w== 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; bh=VLcI0ZPGe7GWsdA8tb8+Vc2jLtnz3TLDGHJL7I5xaJQ=; b=I9/2BFduaSyikzozxedN/9Am1Hu2UkSzMAVD9B7bJXxn6B/7QrSThdLyxErIme16ml DemlWdq+vU49Z4MFoabH2gAIT3ouJ0IVjkieKLl1BgKdKvADxX3Uh4fYqS3FHnc2i7tJ E2cMix/GTz3J2+kh6vVqP60yhul49VVhfLyDiL1KwuiFxxQyNsczubrCIynznM1R6R65 WjRD5oCqr/QHD43jYODRybTMd71wujqInlcUQobTJYtdwGMOVY4IA8cWldPxhumtAv09 OZ2AQr5Sne8Qxht9RwB3UrlWpA6z38WXd6WxmFjVAjWBfPmiT0BC60djbKbKVnzUFn6p lIrQ== X-Gm-Message-State: AOAM532Y+fUE5mmpisxvrctJ2CgukvRVLI6fcx8xQWbumIXNCJiSUtAQ Dd8tecdrnXgzoMPOBJO28V84c6tCdmwTwuSUCV1We0nW X-Google-Smtp-Source: ABdhPJyALuNGkocIHD5sWiCovgytrXuBg/T1XPwJh0oU3OImaF4wQ8hZY6bXV22oMM5y44HmtpwI8I61UV59sRmTu6Y= X-Received: by 2002:a05:6e02:134e:: with SMTP id k14mr613928ilr.271.1597066796210; Mon, 10 Aug 2020 06:39:56 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 10 Aug 2020 14:39:46 +0100 Message-ID: To: PHP Developers Mailing List Content-Type: multipart/alternative; boundary="000000000000121e5405ac8617f8" Subject: Re: [PHP-DEV] [VOTE] Shorter Attribute Syntax Change From: rowan.collins@gmail.com (Rowan Tommins) --000000000000121e5405ac8617f8 Content-Type: text/plain; charset="UTF-8" On Mon, 10 Aug 2020 at 14:08, Benjamin Eberlei wrote: > > On Mon, Aug 10, 2020 at 11:28 AM Peter Bowyer > wrote: > >> >> I have voted no because I asked a question about the ending delimiter and >> why () didn't count. Another person asked a similar question and neither >> of >> us got a reply. >> > > () does not count as ending symbol, because it is not required, as such > its not an ending symbol. > The question asked was that _if the parentheses were made mandatory_, would this provide the same benefits ascribed to the other syntaxes? To avoid repeating myself, here are the previous posts where I elaborated on this question: * https://externals.io/message/111312#111342 * https://externals.io/message/111312#111354 Regards, -- Rowan Tommins [IMSoP] --000000000000121e5405ac8617f8--