Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69713 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71997 invoked from network); 20 Oct 2013 14:03:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Oct 2013 14:03:14 -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 65.55.111.92 as permitted sender) X-PHP-List-Original-Sender: bobwei9@hotmail.com X-Host-Fingerprint: 65.55.111.92 blu0-omc2-s17.blu0.hotmail.com Windows 2000 SP4, XP SP1 Received: from [65.55.111.92] ([65.55.111.92:40137] helo=blu0-omc2-s17.blu0.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/34-44908-1A2E3625 for ; Sun, 20 Oct 2013 10:03:13 -0400 Received: from BLU0-SMTP468 ([65.55.111.72]) by blu0-omc2-s17.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 20 Oct 2013 07:03:09 -0700 X-TMN: [6De6sZXWqPUBfm4P1aats+3US3Tz9yTb] X-Originating-Email: [bobwei9@hotmail.com] Message-ID: Received: from [192.168.178.42] ([188.115.61.21]) by BLU0-SMTP468.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sun, 20 Oct 2013 07:03:06 -0700 Content-Type: text/plain; charset="windows-1252" MIME-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) In-Reply-To: Date: Sun, 20 Oct 2013 16:03:04 +0200 Content-Transfer-Encoding: quoted-printable References: To: Developers PHP Mailing List X-Mailer: Apple Mail (2.1510) X-OriginalArrivalTime: 20 Oct 2013 14:03:06.0648 (UTC) FILETIME=[19C8E980:01CECD9D] Subject: Re: [PHP-DEV] [RFC] Keywords as identifiers From: bobwei9@hotmail.com (Bob Weinand) Am 16.10.2013 um 23:53 schrieb Bob Weinand : > Am 16.9.2013 um 14:53 schrieb Bob Weinand : >=20 >> Hi! >>=20 >> This is the (official) RFC thread for the patch proposed in = http://php.markmail.org/message/7rn4mbwkbytqa3ig >>=20 >> https://wiki.php.net/rfc/keywords_as_identifiers >>=20 >> Any feedback about the RFC or the implementation? >>=20 >> Bob Weinand >=20 > I accidentally posted to the wrong thread; the discussion should be = continued here=85 >=20 > Quoting from the _wrong_ thread: >=20 > I plan to move this rfc forward to voting phase in the next days. >=20 > I have made some (huge) changes to the initial implementation over the = last > weeks. >=20 > There initially was the problem that there were some ugly restrictions = which > keywords are allowed under which circumstances. They are now resolved = (=3D all keywords possible except the ones which conflict > with existing functionality). >=20 > If there aren't any further objections now, I'll move it to voting = phase. =20 >=20 > Bob Weinand I just wanted to note that I had added another section to the rfc today: https://wiki.php.net/rfc/keywords_as_identifiers#implementation (It is about the impact of having the logic in lexer instead of parser.) Bob Weinand=