Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69129 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23516 invoked from network); 14 Sep 2013 17:56:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2013 17:56:52 -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.108 as permitted sender) X-PHP-List-Original-Sender: bobwei9@hotmail.com X-Host-Fingerprint: 65.55.111.108 blu0-omc2-s33.blu0.hotmail.com Windows 2000 SP4, XP SP1 Received: from [65.55.111.108] ([65.55.111.108:56087] helo=blu0-omc2-s33.blu0.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E2/D4-22237-363A4325 for ; Sat, 14 Sep 2013 13:56:51 -0400 Received: from BLU0-SMTP325 ([65.55.111.72]) by blu0-omc2-s33.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 14 Sep 2013 10:56:48 -0700 X-TMN: [Uv0cbUlepWyrsJrI1mR/oEWX6/TWHtW8] X-Originating-Email: [bobwei9@hotmail.com] Message-ID: Received: from [192.168.178.42] ([188.115.28.77]) by BLU0-SMTP325.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 14 Sep 2013 10:56:45 -0700 Content-Type: text/plain; charset="windows-1252" MIME-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) In-Reply-To: Date: Sat, 14 Sep 2013 19:56:41 +0200 CC: Developers Mailing List PHP Content-Transfer-Encoding: 7bit References: <1379018669.12435.1710.camel@guybrush> <1379065692.12435.2516.camel@guybrush> <1379079098.12435.2767.camel@guybrush> To: =?windows-1252?Q?Johannes_Schl=FCter?= X-Mailer: Apple Mail (2.1508) X-OriginalArrivalTime: 14 Sep 2013 17:56:45.0353 (UTC) FILETIME=[C6B68990:01CEB173] Subject: Re: [PHP-DEV] Support for keywords where possible From: bobwei9@hotmail.com (Bob Weinand) Am 13.9.2013 um 16:18 schrieb Bob Weinand : > What then would be still supported exactly is > with the restricted list: > - typehint > - class/trait/interface names > - goto-label > > unrestricted: > - method names > - constant names > - property names > - trait aliases > - declare list > (- argument names if we use identifier => $value syntax for named args) > > I think this is a good compromise. As promised I updated my patch. Think it is now less inconsistent. Are there still any issues now? Bob Weinand