Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69118 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36732 invoked from network); 13 Sep 2013 13:29:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Sep 2013 13:29:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; 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: jakub.php@gmail.com X-Host-Fingerprint: 209.85.223.178 mail-ie0-f178.google.com Received: from [209.85.223.178] ([209.85.223.178:41088] helo=mail-ie0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/04-14826-22313325 for ; Fri, 13 Sep 2013 09:29:06 -0400 Received: by mail-ie0-f178.google.com with SMTP id to1so2579800ieb.9 for ; Fri, 13 Sep 2013 06:29:03 -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:date:message-id:subject :from:to:cc:content-type; bh=lea8gs9YeGUqqpgfXtmWL7RzMM2j9IInku+f6rP6t0Y=; b=Kg2Uf7Ij7+32lwS8TbEFbn6X3U4YdFNKan0pIgHSTEFJzCWthyQIBa5ZO7POWUnUQU E6lsByrEOS0LZM2mY6f69TctfTamu9unNvtH01vth73DCxNg6K/Va0GstH17Tzv08Udp YBbq/wCZfX6gOXZrPMHtPt4uIs6yNsv34uLpeD4KYMsfYW3SV+etPJ3SkFA/YzX66WE3 heljIxJhSweukdxgHZJAKUUr++A8ercSIHDfoNM390VymI6brBu/GpR52+y4q2wuUenU M1h090HadlivLejI8VWYdT2f7YYwS9M0cNLZd3PjPa3aGysaQzx3DCqq/MPlT+QFM/ny 2HPQ== MIME-Version: 1.0 X-Received: by 10.50.178.167 with SMTP id cz7mr1312679igc.7.1379078943735; Fri, 13 Sep 2013 06:29:03 -0700 (PDT) Sender: jakub.php@gmail.com Received: by 10.64.11.7 with HTTP; Fri, 13 Sep 2013 06:29:03 -0700 (PDT) In-Reply-To: References: <1379018669.12435.1710.camel@guybrush> <1379065692.12435.2516.camel@guybrush> Date: Fri, 13 Sep 2013 14:29:03 +0100 X-Google-Sender-Auth: stq9N906eYtuicjzdi7wttIcfB4 Message-ID: To: Bob Weinand Cc: Developers PHP Mailing List Content-Type: multipart/alternative; boundary=089e0158b2e28f069804e643d6af Subject: Re: [PHP-DEV] Support for keywords where possible From: bukka@php.net (Jakub Zelenka) --089e0158b2e28f069804e643d6af Content-Type: text/plain; charset=ISO-8859-1 > > else::constant; doesn't work too. that's why I've put goto-labels in the > same > category like classes etc. > > See also: https://github.com/php/php-src/pull/438 > > Bob Weinand > Oh I see, T_ELSE is not a component of inner_keyword and cannot be reduced to identifier_or_inner_keyword though. Sorry I should have looked on the patch before sending that silly comment. :) Jakub --089e0158b2e28f069804e643d6af--