Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89419 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39816 invoked from network); 25 Nov 2015 17:13:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2015 17:13:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.45 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.45 mail-wm0-f45.google.com Received: from [74.125.82.45] ([74.125.82.45:36301] helo=mail-wm0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/04-19088-A2CE5565 for ; Wed, 25 Nov 2015 12:13:15 -0500 Received: by wmww144 with SMTP id w144so188834742wmw.1 for ; Wed, 25 Nov 2015 09:13:12 -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=MGWl4BDbD6SxbZty69IO84XgdynL4WOGVvHFP+jnVj8=; b=SjdO2d5pGOxEFiTI5A0XiygrkajwQ2vAJdFBf8dHjoa2CDDUMZEglyFAy9Fv+XQyAe MVE5wRsCjlNI2JYV41jx3+Dy9Bmz/MxRSyWdnNKa7SAWLSUvGUcMK2zS+IaGvPwqBiC8 XOQvdVfKxtcWfU1w1HS9PMYpqF5bVJ0//QILZQvu/GLVneAr/2V0UOfULMEtmMzHyKQg TmrMvhVe794Hd52DOdjC38Yd+sz2D7vZrQIQzEdbya04vQI3xxKHQDEBpoL7unto1OB0 wUY/4h0iDkefNk4EhYXFEtpyhcbMFZUqQIA4QZDljdBMTdnqjmh3lz/6HsJLYdzRCBNe tzOA== X-Received: by 10.28.125.201 with SMTP id y192mr6054133wmc.23.1448471592005; Wed, 25 Nov 2015 09:13:12 -0800 (PST) Received: from [192.168.0.147] ([93.188.182.58]) by smtp.googlemail.com with ESMTPSA id h67sm4368477wmf.17.2015.11.25.09.13.11 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 Nov 2015 09:13:11 -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: <5655EBF0.80409@gmail.com> Date: Wed, 25 Nov 2015 17:12:16 +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: > Too, it means that a given annotation directive may have spurious * > characters inside its string, if it's multi-line. Sure, that can be > filtered out (Doctrine already does), but that's one more complication > to have to consider. I would expect that behaviour would be part of the standard definition, and the core implementation, so don't really see it as a big deal. The same thing happens with leading whitespace in many syntaxes anyway.