Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69757 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96756 invoked from network); 22 Oct 2013 10:54:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Oct 2013 10:54:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 209.85.128.177 cause and error) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.128.177 mail-ve0-f177.google.com Received: from [209.85.128.177] ([209.85.128.177:44744] helo=mail-ve0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8A/8F-10840-35956625 for ; Tue, 22 Oct 2013 06:54:12 -0400 Received: by mail-ve0-f177.google.com with SMTP id oz11so4168228veb.8 for ; Tue, 22 Oct 2013 03:54:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:references:in-reply-to:mime-version :thread-index:date:message-id:subject:to:cc:content-type; bh=HuNag6SS0bj9m9elPxcW2URlhv9VBbAb3/OSe9E1ErE=; b=Pb5dpMY7kTPOQYLomBPx4vX92HZeVNpSv3LeLU250QgkiJmPWRD+vJ5D0CCwiNiV7U TT7Xw+aCxxOYODxy8EbR63Id0T2lCNm1LVOkouKwYLi8WBKR3jTnbbtCrMdA5HbEGEdp ufM0bso0wbD0a+fuaLyTffBEf3EdxyAyobrjTcA/tX6IuhkmHKQnzRUrowbvC046xGTp VCYv8s0JxFwPHLlEfqlI1TGZMNY+/fsnB1GqdpT7AvtkQDhx1Af2B1UXLotFMZ0cfp01 0cqWX77ucflsJGga1apGltFflKpmjw4/IXq4dpXoDa8Glx/ta6xWY3GTgctnVnEpJ7TY x/KA== X-Gm-Message-State: ALoCoQm/gU4KWgBztuxJNm6i0E2o8VI62RtCEl8WMsWBc5x29tIC7lpWsYdZWzLQ60taxIBIygd/jxYzoh7FPpNtIG4XEFrzdtTQPa0lAk1C0KJUd4kHGvjKvrzqLa3d4dTWdiW3i712 X-Received: by 10.52.27.243 with SMTP id w19mr11824724vdg.3.1382439248649; Tue, 22 Oct 2013 03:54:08 -0700 (PDT) References: In-Reply-To: MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 thread-index: AQFvaGujTCjrUJqWLlaL8nRIMvNzrAJ2mnjmmquj2eA= Date: Tue, 22 Oct 2013 13:54:08 +0300 Message-ID: <228247caf0dc0352a6c3f313193ea46a@mail.gmail.com> To: Derick Rethans , Bob Weinand Cc: Developers Mailing List PHP Content-Type: text/plain; charset=UTF-8 Subject: RE: [PHP-DEV] [RFC] [Vote] Keywords as identifiers From: zeev@zend.com (Zeev Suraski) > -----Original Message----- > From: Derick Rethans [mailto:derick@php.net] > Sent: Tuesday, October 22, 2013 12:12 PM > To: Bob Weinand > Cc: Developers Mailing List PHP > Subject: Re: [PHP-DEV] [RFC] [Vote] Keywords as identifiers > > On Mon, 21 Oct 2013, Bob Weinand wrote: > > > I have started the vote for extended keyword support RFC: > > > > https://wiki.php.net/rfc/keywords_as_identifiers > > Just to explain why I voted "no". I think the idea is good, but what I see from > the patch is that it adds a *lot* of hand written state machines which are > going to be a pain to maintain. I do not think this extra maintenance is worth > the features - we've done pretty well without it. Thumbs up for the idea as well, but I don't think we can live with the implementation. BTW, that's a bit of a grey area but I think that even if an idea is accepted, if there's no reasonably clean implementation available for it, I don't think it can go in. Zeev