Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:92678 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87380 invoked from network); 24 Apr 2016 09:13:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2016 09:13:41 -0000 Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 188.94.27.5 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 188.94.27.5 scarlet.netpirates.net Received: from [188.94.27.5] ([188.94.27.5:47752] helo=scarlet.netpirates.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/00-21220-E3E8C175 for ; Sun, 24 Apr 2016 05:13:37 -0400 Received: (qmail 5029 invoked by uid 89); 24 Apr 2016 09:13:33 -0000 Received: by simscan 1.4.0 ppid: 5021, pid: 5024, t: 0.0326s scanners: attach: 1.4.0 clamav: 0.98.4/m:55/d:20700 Received: from unknown (HELO ?192.168.13.223?) (php@sebastian-bergmann.de@217.110.79.114) by scarlet.netpirates.net with ESMTPA; 24 Apr 2016 09:13:33 -0000 To: internals@lists.php.net References: Message-ID: <571C8E3B.3010105@php.net> Date: Sun, 24 Apr 2016 11:13:31 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] PHP Attributes From: sebastian@php.net (Sebastian Bergmann) On 04/21/2016 11:13 PM, Dmitry Stogov wrote: > I would like to present an RFC proposing support for native annotation. Dmitry, please use "annotation" as the name for this feature and not "attribute". We already have attributes: it's what we use to store data in objects. And while some people call them "member variables" or "properties" the correct term for them (AFAIK) is "attribute". Best, Sebastian