Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110654 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 25555 invoked from network); 18 Jun 2020 13:54:42 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 18 Jun 2020 13:54:42 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B51381804C7 for ; Thu, 18 Jun 2020 05:40:38 -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=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15716 95.128.32.0/21 X-Spam-Virus: No X-Envelope-From: Received: from mx.kolabnow.com (mx.kolabnow.com [95.128.36.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 18 Jun 2020 05:40:37 -0700 (PDT) Received: from localhost (unknown [127.0.0.1]) by ext-mx-out003.mykolab.com (Postfix) with ESMTP id AE28C40498 for ; Thu, 18 Jun 2020 14:40:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= content-transfer-encoding:content-language:content-type :content-type:in-reply-to:mime-version:date:date:message-id:from :from:references:subject:subject:received:received:received; s= dkim20160331; t=1592484035; x=1594298436; bh=k0QvNrWN2+dY4jRudvt EKZV7hjyPHcpXiJrrktjXCYE=; b=c+vW+FavAVjOBMjhpsLLfe5/l8gFr0af84B R0fLkZThaOCatDYqNf6Vk370fQIrCPBKWJ9CXc9Bk8gLHgcwJzBv5rHesJOfacxk DuxhX6D4uM3F13twbX4TyDIYtjU0NEUh68rQQDnB20ONJokBh9K60PEIsRZ9j+hf Z8PwQg+cCL6UmYICa9bcTsTfrfv57iCtS1PCiJa2UlfkJOsfVDafTsaegUUVTFcf gwOojFmmZ0vrcXjmLqCAXHGcx1x07YVh2KFTExEE4Wbf090YfcxXRJokNE8WRQRJ Mb7nZycMX5X/Bl1auVvTmE/GPbaLdUaM163R9EzCyPgfOWmV8T1BuRDD6KwEaM+h 4mRTrYd/tc8qN2uskUAyw5/deHLr/4gws464tKewFmSiAiQ1k9+AsywyK1ZY971H P+hur3KZGaJzXjzcNzGxpugqStU1rlu6IZ3+cZYpUbUZK4J97CEgXwBgTbqJ5w8k Vg9W6wDjgINDC9w05cXRk68IZhGMTseO8RF3Ct65qtysUGB8odkfjvqPgX9/wxLg ni3SYqIYNsesVQIATf9JmuLnQt55R8Kv+KpOWMPpx17L8lUQEFo6Djuzcj+QiGLm Phs0GImkep+XN7owv96NUkW/xYioPbu8IVF9whQ/20arHYKantH+xxRenMm1PcIS 84eSNnWQ= X-Virus-Scanned: amavisd-new at mykolab.com Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out003.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lsIy6MXFojeP for ; Thu, 18 Jun 2020 14:40:35 +0200 (CEST) Received: from int-mx003.mykolab.com (unknown [10.9.13.3]) by ext-mx-out003.mykolab.com (Postfix) with ESMTPS id EB7E640387 for ; Thu, 18 Jun 2020 14:40:34 +0200 (CEST) Received: from ext-subm003.mykolab.com (unknown [10.9.6.3]) by int-mx003.mykolab.com (Postfix) with ESMTPS id 9657E2CB5 for ; Thu, 18 Jun 2020 14:40:34 +0200 (CEST) To: internals@lists.php.net References: Message-ID: <46a68ab4-85ac-b52f-d33b-a017def029e9@alec.pl> Date: Thu, 18 Jun 2020 14:40:32 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] [VOTE] Shorter Attribute Syntax From: alec@alec.pl (Aleksander Machniak) On 18.06.2020 01:59, Theodore Brown wrote: > Hi internals, > > I've opened voting on the Shorter Attribute Syntax RFC: > https://wiki.php.net/rfc/shorter_attribute_syntax If @@ wins, will a sequence of 3-or-more @ characters forbidden? It is not stated in the RFC. I.e. what happens if you write: @@@ExampleAttribute() class Foo { } @@@some_function(); -- Aleksander Machniak Kolab Groupware Developer [https://kolab.org] Roundcube Webmail Developer [https://roundcube.net] ---------------------------------------------------- PGP: 19359DC1 # Blog: https://kolabian.wordpress.com