Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69117 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33909 invoked from network); 13 Sep 2013 13:03:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Sep 2013 13:03:57 -0000 Authentication-Results: pb1.pair.com header.from=bobwei9@hotmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=bobwei9@hotmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain hotmail.com designates 65.55.111.93 as permitted sender) X-PHP-List-Original-Sender: bobwei9@hotmail.com X-Host-Fingerprint: 65.55.111.93 blu0-omc2-s18.blu0.hotmail.com Windows 2000 SP4, XP SP1 Received: from [65.55.111.93] ([65.55.111.93:8981] helo=blu0-omc2-s18.blu0.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1B/73-14826-C3D03325 for ; Fri, 13 Sep 2013 09:03:56 -0400 Received: from BLU0-SMTP208 ([65.55.111.71]) by blu0-omc2-s18.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 13 Sep 2013 06:03:53 -0700 X-TMN: [j2TT/2xwApxeJcF1fspBgJDI2b81GhLr] X-Originating-Email: [bobwei9@hotmail.com] Message-ID: Received: from [192.168.178.42] ([188.115.28.77]) by BLU0-SMTP208.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 13 Sep 2013 06:03:50 -0700 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) In-Reply-To: Date: Fri, 13 Sep 2013 15:03:48 +0200 CC: Developers PHP Mailing List Content-Transfer-Encoding: 7bit References: <1379018669.12435.1710.camel@guybrush> <1379065692.12435.2516.camel@guybrush> To: Jakub Zelenka X-Mailer: Apple Mail (2.1508) X-OriginalArrivalTime: 13 Sep 2013 13:03:50.0855 (UTC) FILETIME=[B1153570:01CEB081] Subject: Re: [PHP-DEV] Support for keywords where possible From: bobwei9@hotmail.com (Bob Weinand) Am 13.9.2013 um 14:56 schrieb Jakub Zelenka : > Hi, > > >> We have basically the choice: >> a) reject this patch >> b) just allow classes/traits/interfaces/goto-label/method to change, but >> no funcs/ns >> c) accept the whole patch >> >> > I think that goto-labels have similar issue as functions. Consider label > > else: > > > Jakub else::constant; doesn't work too. that's why I've put goto-labels in the same category like classes etc. See also: https://github.com/php/php-src/pull/438 Bob Weinand