Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39170 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55944 invoked from network); 22 Jul 2008 10:51:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jul 2008 10:51:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=cschneid@cschneid.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=cschneid@cschneid.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain cschneid.com from 195.141.85.117 cause and error) X-PHP-List-Original-Sender: cschneid@cschneid.com X-Host-Fingerprint: 195.141.85.117 uf1.search.ch Linux 2.6 Received: from [195.141.85.117] ([195.141.85.117:52277] helo=smtp.rim.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B6/B1-46193-FBBB5884 for ; Tue, 22 Jul 2008 06:51:44 -0400 Received: from localhost (localhost [127.0.0.1]) by rolig.search.ch (Postfix) with ESMTP id A5C92493F15; Tue, 22 Jul 2008 12:51:40 +0200 (CEST) Received: from smtp.rim.ch ([127.0.0.1]) by localhost (search.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26283-04; Tue, 22 Jul 2008 12:51:37 +0200 (CEST) Received: from [192.168.1.72] (ultrafilter-i [192.168.85.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by rolig.search.ch (Postfix) with ESMTP id 61B9C4A30E0; Tue, 22 Jul 2008 12:51:37 +0200 (CEST) Message-ID: <4885BBB8.8080502@cschneid.com> Date: Tue, 22 Jul 2008 12:51:36 +0200 User-Agent: Thunderbird 1.5.0.12 (X11/20060911) MIME-Version: 1.0 To: Evan Priestley CC: internals@lists.php.net References: <894DE025-CBC7-4BFA-8FAA-D0215B194F94@facebook.com> In-Reply-To: <894DE025-CBC7-4BFA-8FAA-D0215B194F94@facebook.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at search.ch Subject: Re: Modify language grammar to allow trailing commas in function/method calls From: cschneid@cschneid.com (Christian Schneider) Evan Priestley wrote: > support more versions of PHP with your project. It's also > straightforward to write a script that uses the tokenizer to safely and > unambiguously remove trailing commas (I'd be happy to furnish such a The script "convertsyntax.php" at http://cschneid.com/php/ already provides this functionality so this is already covered :-) - Chris