Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69211 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29211 invoked from network); 18 Sep 2013 18:57:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Sep 2013 18:57:37 -0000 Authentication-Results: pb1.pair.com header.from=kristopherwilson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kristopherwilson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.178 as permitted sender) X-PHP-List-Original-Sender: kristopherwilson@gmail.com X-Host-Fingerprint: 209.85.223.178 mail-ie0-f178.google.com Received: from [209.85.223.178] ([209.85.223.178:59786] helo=mail-ie0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/00-29009-0A7F9325 for ; Wed, 18 Sep 2013 14:57:37 -0400 Received: by mail-ie0-f178.google.com with SMTP id to1so13052668ieb.23 for ; Wed, 18 Sep 2013 11:57:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Xln1pAVXARupdTqtglm5xWMDoiK/kRuTwFtQpEZ1JC4=; b=FeofKBxelGh3o7/47ZMPjCTO9J0xKS8/cxfjp04CPHAfvd3s6ft93WB8l/au8Kfw/K LaQ3AvK3j7dlFdD6t5OaPuUCU/Bgmn0cyYvr1c0AY7yVAVFTTTU7KWD3D2CLZJb9uZrW yiluvA+b108RQxERt49H/uXSEKd4UbgFRKTfN9/nR94bYc/l/emNRhexhMgNKjBBjL+p 30AEvmey4wI1oavm+jJ/BDoilA3IdQvBW0UzI4D619bJJ13YLHP4P5szSwBTGJbiGnKZ ifhQbUzkc+iyBDUKkNYZOIXz7oawNeuyTerZ5LbMUhJGZBdQOLoMZCIzB3sHtxtRZz5I bdig== MIME-Version: 1.0 X-Received: by 10.50.72.33 with SMTP id a1mr3691518igv.58.1379530653430; Wed, 18 Sep 2013 11:57:33 -0700 (PDT) Received: by 10.64.240.225 with HTTP; Wed, 18 Sep 2013 11:57:33 -0700 (PDT) In-Reply-To: <20130918182518.GA12594@analysisandsolutions.com> References: <20130917142758.GA26444@analysisandsolutions.com> <20130918175345.GA12155@analysisandsolutions.com> <20130918182518.GA12594@analysisandsolutions.com> Date: Wed, 18 Sep 2013 14:57:33 -0400 Message-ID: To: Daniel Convissor Cc: Bob Weinand , Developers PHP Mailing List Content-Type: multipart/alternative; boundary=047d7bdc9e688dfa1c04e6ad02c8 Subject: Re: [PHP-DEV] Support for keywords where possible From: kristopherwilson@gmail.com (Kristopher) --047d7bdc9e688dfa1c04e6ad02c8 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Sep 18, 2013 at 2:25 PM, Daniel Convissor < danielc@analysisandsolutions.com> wrote: > As someone who writes a lot of open source (and proprietary) code that > gets run on machines that I have no control over, implementing this > proposal will complicate my life. Every time I make a function I'll > have to ask myself "is this a reserved word in older versions of PHP?" > You have to do this with _any_ relatively new PHP feature (namespaces, traits, generators, etc) that is implemented; how is this any different? --047d7bdc9e688dfa1c04e6ad02c8--