Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49624 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9907 invoked from network); 13 Sep 2010 15:59:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Sep 2010 15:59:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.185 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 212.25.124.185 il-mr1.zend.com Received: from [212.25.124.185] ([212.25.124.185:47134] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/D3-24501-45A4E8C4 for ; Mon, 13 Sep 2010 11:59:18 -0400 Received: from il-gw1.zend.com (unknown [10.1.1.21]) by il-mr1.zend.com (Postfix) with ESMTP id 087FF50527; Mon, 13 Sep 2010 17:57:14 +0200 (IST) Received: from LAP-ZEEV.zend.com ([10.1.2.26]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 13 Sep 2010 17:59:13 +0200 Message-ID: <7.0.1.0.2.20100913175258.0d227688@zend.com> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Mon, 13 Sep 2010 17:54:52 +0200 To: Benjamin Eberlei Cc: In-Reply-To: <562c6581919d7d3e11c4a24ebbdb9ac1@beberlei.de> References: <4C873C0F.1010200@zend.com> <4C879613.7090709@zend.com> <4C887D2B.2000605@zend.com> <4C8AC526.7000505@sugarcrm.com> <4C8B6168.30504@mohiva.com> <4C8BC81E.8000605@sugarcrm.com> <7.0.1.0.2.20100913145703.0d226d90@zend.com> <7.0.1.0.2.20100913172559.0d2277d0@zend.com> <562c6581919d7d3e11c4a24ebbdb9ac1@beberlei.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-OriginalArrivalTime: 13 Sep 2010 15:59:13.0735 (UTC) FILETIME=[9C774570:01CB535C] Subject: Re: [PHP-DEV] Re: PHP Annotations RFC + Patch From: zeev@zend.com (Zeev Suraski) At 17:47 13/09/2010, Benjamin Eberlei wrote: >This only applies to the weird suggestions of % or ! for the operator and >new syntax constructs for arrays and such. Are there any objections to >implementing them to actually look like PHP code? Yep. It's a whole new branch of syntax even w/o the weird operators, and introduces a whole new set of concepts. Zeev