Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89420 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41314 invoked from network); 25 Nov 2015 17:15:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2015 17:15:07 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.51 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.51 mail-wm0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:38299] helo=mail-wm0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/64-19088-A9CE5565 for ; Wed, 25 Nov 2015 12:15:06 -0500 Received: by wmec201 with SMTP id c201so79159533wme.1 for ; Wed, 25 Nov 2015 09:15:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=8n9v4WZUb9aBx5CxfWCi1hKsJJlxFaRMNBZwsxxqGro=; b=jWqR8lW9BIGTFfk8V/03G52tSfJzwqab3Z+NczWd7Pf2YtoUSI8hqPuDvZqYEIAX61 bNRYpCSkHr+uNbyfxlllzxrnR6O8Q9v9xKeWVD7lWeHljI8i4CPZOqkik7PiqYj72GV3 h0OEz01SxGg1cldVWk2QCPCHmSQPScrACNAlmYXWJ7RHRGJohbKQlTyTL99OEOG1t5cC 6cvnMoRruiN3s0KYRRdtP867MEIcqgCxzhGFfIvubo0MoIafckn9BQUDSFgnzDKTqNR+ gbALGEKt7xOJptVBH4uobrKg30hz1wGof7geZ4YJWAaOpTP2+QHZ94yv4a3wiu21DUno Wuqw== X-Received: by 10.194.90.243 with SMTP id bz19mr40386076wjb.128.1448471703645; Wed, 25 Nov 2015 09:15:03 -0800 (PST) Received: from [192.168.0.147] ([93.188.182.58]) by smtp.googlemail.com with ESMTPSA id v4sm24040610wjx.18.2015.11.25.09.15.02 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 Nov 2015 09:15:03 -0800 (PST) To: internals@lists.php.net References: <5654B516.4020700@gmail.com> <5655D82A.8020304@lsces.co.uk> <5655E4E4.8070200@garfieldtech.com> <5655E61E.3000904@gmail.com> <5655EAB1.2080507@garfieldtech.com> Message-ID: <5655EC60.4080407@gmail.com> Date: Wed, 25 Nov 2015 17:14:08 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <5655EAB1.2080507@garfieldtech.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Native Annotation Syntax From: rowan.collins@gmail.com (Rowan Collins) Larry Garfield wrote on 25/11/2015 17:06: > For me, the "sometimes it's code and sometimes it's not, even though > it looks the same" argument is sufficient to reject docblocks as a > location for annotations. Annotations aren't code, they're metadata, and docblocks already contain metadata; it's just that originally, that metadata was targeted at generating documentation, rather than generating code, or affecting run-time behaviour.