Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69755 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92315 invoked from network); 22 Oct 2013 10:25:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Oct 2013 10:25:42 -0000 Authentication-Results: pb1.pair.com header.from=ekneuss@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ekneuss@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.182 as permitted sender) X-PHP-List-Original-Sender: ekneuss@gmail.com X-Host-Fingerprint: 209.85.212.182 mail-wi0-f182.google.com Received: from [209.85.212.182] ([209.85.212.182:44117] helo=mail-wi0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4B/AE-10840-6A256625 for ; Tue, 22 Oct 2013 06:25:42 -0400 Received: by mail-wi0-f182.google.com with SMTP id ez12so5394784wid.3 for ; Tue, 22 Oct 2013 03:25:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=2zjTrcdRPERVqkmcf306WljUe0L4cQPgMYsQBg+tPcU=; b=wFkGUdAzRHXsNIuzi/2dMR5ofA+xX1iFAmzfB6nNc8DzWGGdY4n/0XhTwO7fRkGuLu c5O8DEPMKk5RcG/WszuHeOfkPEnND0f5iXBVL/3E7XexTCIz/Glsl49lkexD9I++JvxB 3OCQq0LeDVS6VSBaFDATI6dNwhBb9K/ItJK35iaLLeFyQOXCtzkVuxvZZQmq6OWjyJJ1 UGYJboq1KkQiHohf5ixF02iRC/wYu5NbO1woQR/5kNIsHb38X6KREcPjKcReZDAVG9ok LCGxHOoXjkIl2EMxX5dDvWj8/IMFdPYsW5aGKYm15Nd9O++4/+6/qMylmFZxg0p7hNnG weAQ== X-Received: by 10.180.11.37 with SMTP id n5mr13728672wib.25.1382437539524; Tue, 22 Oct 2013 03:25:39 -0700 (PDT) MIME-Version: 1.0 Sender: ekneuss@gmail.com Received: by 10.216.187.132 with HTTP; Tue, 22 Oct 2013 03:25:19 -0700 (PDT) In-Reply-To: <52664F2B.1000808@php.net> References: <52664B00.3030409@php.net> <52664F2B.1000808@php.net> Date: Tue, 22 Oct 2013 12:25:19 +0200 X-Google-Sender-Auth: YY2Y7f573SFyiUIAg3u-V46WuN8 Message-ID: To: Sebastian Bergmann Cc: internals Mailing List Content-Type: multipart/alternative; boundary=001a11c25b4877bb2204e951d272 Subject: Re: [PHP-DEV] [RFC] [Vote] Keywords as identifiers From: colder@php.net (Etienne Kneuss) --001a11c25b4877bb2204e951d272 Content-Type: text/plain; charset=UTF-8 Hi, IMHO lifting this "keyword <> identifiers" restriction is a good idea. I'm not sure that it is worth replacing our current keywords though. However, I think it is a very good solution for future language constructs that want to keep BC. So we should at least keep it in mind in case it is rejected. Best, --001a11c25b4877bb2204e951d272--