Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69130 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33927 invoked from network); 14 Sep 2013 21:21:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2013 21:21:37 -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.54 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.54 mail-la0-f54.google.com Received: from [209.85.215.54] ([209.85.215.54:37475] helo=mail-la0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7B/36-22237-063D4325 for ; Sat, 14 Sep 2013 17:21:37 -0400 Received: by mail-la0-f54.google.com with SMTP id ea20so2028165lab.41 for ; Sat, 14 Sep 2013 14:21: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=tK9+DBamJXZMqu+lwsEVW2nhpr3NlLll55w5zbeZJlk=; b=nTXwpiB7yp0rxhNtnTl+uUu00JzkXDhNx2pGWX6slokFKuPuHF1jJo4argHu5ry62C rf5tvQmdamFO5Ym6MMQJ3TgIrRjZKZxjglS6J6fucXJKzYzW+TnusPxO+3d97RT5VO6N PD32WtSHx4OKTb3qtTIZ+RTCst2A7BaYxITXvNrm29kSV5HGcQuTbrIjZj9HaM+fNJY+ wbRKBxwt1WUwCs0ToV80H02HfGIZUHHYPT9t3HfJ3QbtpD5hDRdYhesiqqQ5rasQt2yW D88jSpiXotihKuylKBNOr8PqmcYeejwY6HYGaFS423py/wYMNARM8nJMipuKyPTQ4zOM CNNg== MIME-Version: 1.0 X-Received: by 10.112.156.166 with SMTP id wf6mr17689568lbb.13.1379193693587; Sat, 14 Sep 2013 14:21:33 -0700 (PDT) Received: by 10.112.148.138 with HTTP; Sat, 14 Sep 2013 14:21:33 -0700 (PDT) Received: by 10.112.148.138 with HTTP; Sat, 14 Sep 2013 14:21:33 -0700 (PDT) In-Reply-To: References: <1379018669.12435.1710.camel@guybrush> <1379065692.12435.2516.camel@guybrush> <1379079098.12435.2767.camel@guybrush> Date: Sat, 14 Sep 2013 14:21:33 -0700 Message-ID: To: Bob Weinand Cc: =?ISO-8859-1?Q?Johannes_Schl=FCter?= , PHP internals Content-Type: multipart/alternative; boundary=001a11c18e7a2ed01a04e65e8e71 Subject: Re: [PHP-DEV] Support for keywords where possible From: pierre.php@gmail.com (Pierre Joye) --001a11c18e7a2ed01a04e65e8e71 Content-Type: text/plain; charset=ISO-8859-1 Hi, On Sep 14, 2013 10:56 AM, "Bob Weinand" wrote: > > Am 13.9.2013 um 16:18 schrieb Bob Weinand : > > What then would be still supported exactly is > > with the restricted list: > > - typehint > > - class/trait/interface names > > - goto-label > > > > unrestricted: > > - method names > > - constant names > > - property names > > - trait aliases > > - declare list > > (- argument names if we use identifier => $value syntax for named args) > > > > I think this is a good compromise. > > > As promised I updated my patch. Think it is now less inconsistent. > > Are there still any issues now? > Thanks for your work! Did you update the patch according to Johannes suggestions? I think we need a RFC for this non trivial change (from a user land point of view and to change the engine). Do you know how to proceed to create one? Cheers, --001a11c18e7a2ed01a04e65e8e71--