Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111337 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 46421 invoked from network); 5 Aug 2020 04:02:34 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 5 Aug 2020 04:02:34 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 269501804DB for ; Tue, 4 Aug 2020 20:00:23 -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,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-f169.google.com (mail-il1-f169.google.com [209.85.166.169]) (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, 4 Aug 2020 20:00:22 -0700 (PDT) Received: by mail-il1-f169.google.com with SMTP id t4so36088063iln.1 for ; Tue, 04 Aug 2020 20:00:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=datadoghq.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=sawP4lMqIpfcRRxywu7mCu2rUZniDMJSm9ZW2ZnpmRk=; b=eUMFqCvcZvqdQxmLIgX5EjY32sDDHa4XX361NULlPDIkmP43fLx04P1ir5Q0z8IHMu wOeCRUO8GPvjFHmit9CMG40c8G2Tv2JZgRVxWluLdIsFvyNZ40JQxZ7+E6mXBexD6IVA LxlmMhCH8zZlmy2xOnvyV39Sh4NFwswNE8Bzg= 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=sawP4lMqIpfcRRxywu7mCu2rUZniDMJSm9ZW2ZnpmRk=; b=RGsjKz6zqSRhRoM8BM3wsMd2wQlgqRXVttUIaqTHRe6CQ9vgN3oj9hoyzOxeYcitca jxW0uuecUm0DNJLr5O4m/vXqtyveTEpyINXcSd+Zj2HhlR2P1Vq9AG/vYuMCkhx2EHLY +js8lvEvTWyy4Eyz17CAXulOxk2gCI//5sBN3+/KnCtoUpAJjHJyV04ZUYwVgYoTDRW4 mbpW+6tbdkuFdHOZYZaZPK3E0iSSqra3qMZVjmpxt+8b4LJI5X7tdrQAa4+jwEHGQXSP VBSG7TgxmjDWtIeHx+oNc+ejTnNgrvI65ZWjXAChkYqfAKi2otrA5lEKZQFz7j0azYrW vRNw== X-Gm-Message-State: AOAM531lAGZ0oyeDhb7/1wZULS6Hyulc+lgPD+zSk5ED3uHGMQ/beeBO T0qTt4Pi4+6Pqt89MLEqgCVRm+NSeWd4lO4WsoiIZg== X-Google-Smtp-Source: ABdhPJyCB6C24PIpZHhCJDGjoIY8CvIMjKOvWQsM6anLw6PkKCPqwx1B2OkL7m7e/qb5UBSKmJFiq525fGpQra7DKuE= X-Received: by 2002:a92:3009:: with SMTP id x9mr1780986ile.223.1596596421583; Tue, 04 Aug 2020 20:00:21 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Reply-To: Levi Morrison Date: Tue, 4 Aug 2020 21:00:10 -0600 Message-ID: To: tyson andre Cc: Theodore Brown , Derick Rethans , PHP Developers Mailing List Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] Shorter Attribute Syntax Change RFC 0.2 From: internals@lists.php.net ("Levi Morrison via internals") On Tue, Aug 4, 2020 at 8:59 PM Levi Morrison wrote: > > > I agree with Theodore's points, including that this is metadata on a declaration, not a declaration itself. > > Is this technically true? I haven't peeked at the grammar. I suspect > it is a declaration and not an optional piece of data on a > declaration, like say `public`. I meant to say "statement", e.g. I suspect it is a statement and not an optional piece of data on a statement, like say `public`.