Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64739 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8257 invoked from network); 9 Jan 2013 13:24:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jan 2013 13:24:26 -0000 Authentication-Results: pb1.pair.com header.from=inefedor@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=inefedor@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.46 as permitted sender) X-PHP-List-Original-Sender: inefedor@gmail.com X-Host-Fingerprint: 209.85.215.46 mail-la0-f46.google.com Received: from [209.85.215.46] ([209.85.215.46:35541] helo=mail-la0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 31/A7-02684-98F6DE05 for ; Wed, 09 Jan 2013 08:24:26 -0500 Received: by mail-la0-f46.google.com with SMTP id fq13so1848027lab.33 for ; Wed, 09 Jan 2013 05:24:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:to:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to:user-agent; bh=7HOHLgpp9K6BF/B/CyUs3CigL40zW7uLej+JPBeLiRo=; b=AZjH/7jwfjDDNROCsx9nrBSRJQaMmlvINcuV5hJjfOmCBoKiwFcm5b4NPYg9ynnlRN ahCEfI9CFotEtj/NC9zdwVl3ckvwBJrtQE/m59/6D391EskfB4n8xXNGS7PB8NONOI2x tVMxiMseTWtFYf8Zt8tDSg/yw51OPoUYz7HxI8VgPY6lEVSc3LLBW/oVTwIPEyE+ov4I JMB5E7PyPE9xAWNN0Ye2XOLO+f8Q/1WMfmTL1Auhdr+/GSUdh/WizRnd3ax8DnxpjXDJ yyaRxSRJZLZwNrnxmCwiRGIxCjecLAL53MGieZdlIIpb56+ghzPuTWP3mJREq6/4dfgN FY3Q== X-Received: by 10.152.111.72 with SMTP id ig8mr64509799lab.1.1357737862614; Wed, 09 Jan 2013 05:24:22 -0800 (PST) Received: from debian-nnefedov.local ([46.38.35.218]) by mx.google.com with ESMTPS id er8sm23980337lbb.9.2013.01.09.05.24.21 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Jan 2013 05:24:21 -0800 (PST) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: internals@lists.php.net, "Patrick Schaaf" References: <50ED4C18.3090806@zerocue.com> <5088582.gB7PSF1R3R@desk22> Date: Wed, 09 Jan 2013 17:27:26 +0400 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <5088582.gB7PSF1R3R@desk22> User-Agent: Opera Mail/12.12 (Linux) Subject: Re: [PHP-DEV] - True Annotations From: inefedor@gmail.com ("Nikita Nefedov") No please, two symbols for each side looks ugly. BTW There's number sign (#) which is, as far as I remember, not used in PHP at all. Could be something like: #JoinColumn(name="...", type="...", ...) #Foo(Bar()) Or #Foo(#Bar()) (should we put a "annotation-sign" in front of a nested annotation?) On Wed, 09 Jan 2013 17:17:44 +0400, Patrick Schaaf wrote: > Regarding syntax... Would this work? > > <|foo|> > <|bar( <|baz|> )|> > > best regards > Patrick