Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52433 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43067 invoked from network); 17 May 2011 16:09:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 May 2011 16:09:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:54714] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8C/B9-27887-F9D92DD4 for ; Tue, 17 May 2011 12:09:05 -0400 Received: from localhost (xdebug.org [127.0.0.1]) by xdebug.org (Postfix) with ESMTPS id F28BDDE13F; Tue, 17 May 2011 17:09:00 +0100 (BST) Date: Tue, 17 May 2011 17:09:00 +0100 (BST) X-X-Sender: derick@whisky To: Felipe Pena cc: internals In-Reply-To: Message-ID: References: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Re: [RFC] Improved parser error message From: derick@php.net (Derick Rethans) On Tue, 17 May 2011, Felipe Pena wrote: > 2011/5/16 Felipe Pena > > > Hi all, > > As I have proposed previously in an old thread... What about we name all > > the tokens to have an improved parser error message? (i.e. anymore > > T_PAAMAYIM_NEKUDOTAYIM, T_DOLLAR_OPEN_CURLY_BRACES in the messages etc) > > > > > [...] > > > > > > Other examples and patch at: > > https://wiki.php.net/rfc/improved-parser-error-message > > > > Any thoughts? > > > > Thanks. > > > > So... In case of no objections, I'll commit it in trunk and 5_4 branch, Is > it okay? :) Go for it. Derick