Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69758 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99458 invoked from network); 22 Oct 2013 11:01:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Oct 2013 11:01:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=bobwei9@hotmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=bobwei9@hotmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain hotmail.com designates 157.55.1.141 as permitted sender) X-PHP-List-Original-Sender: bobwei9@hotmail.com X-Host-Fingerprint: 157.55.1.141 dub0-omc2-s2.dub0.hotmail.com Windows 2000 SP4, XP SP1 Received: from [157.55.1.141] ([157.55.1.141:14272] helo=dub0-omc2-s2.dub0.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/00-10840-60B56625 for ; Tue, 22 Oct 2013 07:01:27 -0400 Received: from DUB403-EAS85 ([157.55.1.138]) by dub0-omc2-s2.dub0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 22 Oct 2013 04:01:24 -0700 X-TMN: [XrOqyRBsMaSB731aOEzyrdtxiA0K4ePq] X-Originating-Email: [bobwei9@hotmail.com] Message-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable References: <228247caf0dc0352a6c3f313193ea46a@mail.gmail.com> In-Reply-To: <228247caf0dc0352a6c3f313193ea46a@mail.gmail.com> Date: Tue, 22 Oct 2013 13:01:21 +0200 To: Zeev Suraski , Developers List PHP Mailing MIME-Version: 1.0 (1.0) X-OriginalArrivalTime: 22 Oct 2013 11:01:24.0018 (UTC) FILETIME=[0C231920:01CECF16] Subject: Re: [PHP-DEV] [RFC] [Vote] Keywords as identifiers From: bobwei9@hotmail.com (Bob Weinand) Am 22.10.2013 um 12:54 schrieb "Zeev Suraski" : >> -----Original Message----- >> From: Derick Rethans [mailto:derick@php.net] >> Sent: Tuesday, October 22, 2013 12:12 PM >> To: Bob Weinand >> Cc: Developers Mailing List PHP >> Subject: Re: [PHP-DEV] [RFC] [Vote] Keywords as identifiers >>=20 >>> On Mon, 21 Oct 2013, Bob Weinand wrote: >>>=20 >>> I have started the vote for extended keyword support RFC: >>>=20 >>> https://wiki.php.net/rfc/keywords_as_identifiers >>=20 >> Just to explain why I voted "no". I think the idea is good, but what I > see from >> the patch is that it adds a *lot* of hand written state machines which > are >> going to be a pain to maintain. I do not think this extra maintenance is > worth >> the features - we've done pretty well without it. >=20 > Thumbs up for the idea as well, but I don't think we can live with the > implementation. BTW, that's a bit of a grey area but I think that even if= > an idea is accepted, if there's no reasonably clean implementation > available for it, I don't think it can go in. >=20 > Zeev As said, if anyone has a good idea how to improve the implementation, I'd be= happy to implement it. (I really can't imagine a better way...) Bob Weinand (Btw. Is my implementation so bad? I think it looks far worse than it is in r= eality...)=