Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69212 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31283 invoked from network); 18 Sep 2013 19:08:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Sep 2013 19:08:35 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.51 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.51 mail-la0-f51.google.com Received: from [209.85.215.51] ([209.85.215.51:38064] helo=mail-la0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FE/60-29009-23AF9325 for ; Wed, 18 Sep 2013 15:08:35 -0400 Received: by mail-la0-f51.google.com with SMTP id es20so1079247lab.24 for ; Wed, 18 Sep 2013 12:08:32 -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=k5WjUNkvg3m+22lnMXAVpZd7zvynxY3fH+xzkuzzkh8=; b=b62wo3dsUTkkhfoD31kGAfIKA5v8aGshVCbh0Xu2WLAV0JnwCvR6jUd4z1xrhceYWv U3klrjMgityGvtgKmtwxuk+iEXWumt5tdvrtoNGtOpoXQvUogu7BUTKbkSNEkEN7iL23 We8jX4hsTl81Lp60cSaGmLhD375LF3PhT8ogI8j0+ESzTUcQZYpPkHWakyALevdpXwgg g1jEVI5I0dzJPVWAjkbQMJzNX4wLLzZsvG4yRi8WmaoiUbQfQ2vPBlK2zGV6V1BKayHS cPwcf+8S9rFdBT5YXd7csez46C5dZA6ishAXSxPnnSFjSQZO6Y6XqNcW1pbf8y98wkjL FRXQ== MIME-Version: 1.0 X-Received: by 10.152.87.143 with SMTP id ay15mr36265029lab.2.1379531311964; Wed, 18 Sep 2013 12:08:31 -0700 (PDT) Received: by 10.112.148.138 with HTTP; Wed, 18 Sep 2013 12:08:31 -0700 (PDT) Received: by 10.112.148.138 with HTTP; Wed, 18 Sep 2013 12:08:31 -0700 (PDT) In-Reply-To: <20130918175345.GA12155@analysisandsolutions.com> References: <20130917142758.GA26444@analysisandsolutions.com> <20130918175345.GA12155@analysisandsolutions.com> Date: Wed, 18 Sep 2013 12:08:31 -0700 Message-ID: To: Daniel Convissor Cc: Bob Weinand , PHP internals Content-Type: multipart/alternative; boundary=001a11c2409cce659404e6ad2929 Subject: Re: [PHP-DEV] Support for keywords where possible From: pierre.php@gmail.com (Pierre Joye) --001a11c2409cce659404e6ad2929 Content-Type: text/plain; charset=ISO-8859-1 On Sep 18, 2013 10:53 AM, "Daniel Convissor" < danielc@analysisandsolutions.com> wrote: > > Hi Bob: > > > It's now only for class/interface/trait, label and method names. > > Sure, that's not as bad. > > A bigger concern of mine is the added compatibility problem with new > code possibly not being able to run on older PHP versions. That cost > seems greater than the benefit of some developers being able to call > $o->default() instead of $o->get_default(). > > Thanks for your consideration, Well, it is a good point but impossible to keep without killing any future language improvements. Think of generators f.e. --001a11c2409cce659404e6ad2929--