Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111336 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 45051 invoked from network); 5 Aug 2020 04:01:27 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 5 Aug 2020 04:01:27 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id C60B51804C2 for ; Tue, 4 Aug 2020 19:59:16 -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-io1-f54.google.com (mail-io1-f54.google.com [209.85.166.54]) (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 19:59:16 -0700 (PDT) Received: by mail-io1-f54.google.com with SMTP id q75so36273259iod.1 for ; Tue, 04 Aug 2020 19:59:16 -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=U7KMYBwcX60de5dartXn+9mwNRPKYgSDU9yeo7Ob3iE=; b=DQMolorZDIAWkKOPSCGU0gSetG7eqnr1J08IyhRHLAo5z8lBQk0DCubl2sLmLpyWvV Xe7cO7Hly6Bv2eVrPlblKVglk1eTOjQ/ySsy5XrAnK/Za1eTlHcF1qT4aPI22Qfjq7nB rEFhCRUJCXsDhCNTVlFeveOJp2jwRtqcDtbSw= 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=U7KMYBwcX60de5dartXn+9mwNRPKYgSDU9yeo7Ob3iE=; b=Ir8vSlJGyzZhJYUGUv+16ImKmdowlSOiIR9Yf9/Zmr3XigqqIR/Zg7ZWhyj+k978JH VKAU2HHdCPl/o1gT322LBfeO+FunLUmIOpJwwao7pRUQLUORKeKJSkvYyQMu64wl5WVq G3j0l6imdTe0losRAPzIUlfeigNkjyHNa1stHj5wglzac4c3w2XkoQUrEgBsgFWailcA xhI6hgNWUJnLaHpcb1nCnOPUXT6DbsfPrJLQzNq3z7F0pQfyS94jEeWUwoigrc9v8fdC vvga7bXKCnOZKI+byf8QPckoJYgqEYoAGoyjdEG5Gj+OBS1QUiqk+ccDqJPAQ1o7OL6I 7f+g== X-Gm-Message-State: AOAM530cm9gC9mNBAyBSD0zmTTrdcotkfxg6DvR5KE81lTgRIelS908G qNMOq6QwYZu8rHKq5TvloeA2tQuA9LGnWGQ/t/m31A== X-Google-Smtp-Source: ABdhPJwWx2BWKoOF+vvEr3ehZLebjrLjkZznd2GOxI/rHkghklbIbUbAM1h+x6vm3pFZkA1m61qwLB/BGNqM7Ig7Xzo= X-Received: by 2002:a02:852c:: with SMTP id g41mr1655692jai.58.1596596354776; Tue, 04 Aug 2020 19:59:14 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Reply-To: Levi Morrison Date: Tue, 4 Aug 2020 20:59:04 -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") > 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`.