Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69166 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41624 invoked from network); 17 Sep 2013 14:43:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Sep 2013 14:43:20 -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.84 as permitted sender) X-PHP-List-Original-Sender: bobwei9@hotmail.com X-Host-Fingerprint: 65.55.111.84 blu0-omc2-s9.blu0.hotmail.com Windows 2000 SP4, XP SP1 Received: from [65.55.111.84] ([65.55.111.84:21854] helo=blu0-omc2-s9.blu0.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/01-34196-78A68325 for ; Tue, 17 Sep 2013 10:43:19 -0400 Received: from BLU0-SMTP470 ([65.55.111.73]) by blu0-omc2-s9.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 17 Sep 2013 07:43:16 -0700 X-TMN: [ShkaIydTMGTgg2Opj5QkARuV2BYHaWeT] X-Originating-Email: [bobwei9@hotmail.com] Message-ID: Received: from bob-weinands-imac.fritz.box ([188.115.28.77]) by BLU0-SMTP470.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Tue, 17 Sep 2013 07:43:14 -0700 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) In-Reply-To: <20130917142758.GA26444@analysisandsolutions.com> Date: Tue, 17 Sep 2013 16:43:11 +0200 CC: Developers Mailing List PHP Content-Transfer-Encoding: quoted-printable References: <20130917142758.GA26444@analysisandsolutions.com> To: Daniel Convissor X-Mailer: Apple Mail (2.1508) X-OriginalArrivalTime: 17 Sep 2013 14:43:14.0473 (UTC) FILETIME=[3D541990:01CEB3B4] Subject: Re: [PHP-DEV] Support for keywords where possible From: bobwei9@hotmail.com (Bob Weinand) Am 17.9.2013 um 16:27 schrieb Daniel Convissor = : > Hi Bob: >=20 >> I tried to widen the naming possibilities by allowing to use keywords >> as identifiers (for function names, class names, label (goto) names, >> ...) where possible. >=20 > Thank you for putting energy in to enhancing PHP. >=20 > That said, implementing this particular proposal will make code harder > to read and debug. >=20 > -1 >=20 > --Dan Hi, It's now only for class/interface/trait, label and method names. Don't = see a reason why this should make PHP harder to debug with an appropriate syntax highlighting editor. You could also argue that the current $obj->default; (that's already = possible) is also bad. Bob Weinand=