Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65981 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16894 invoked from network); 19 Feb 2013 18:28:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2013 18:28:54 -0000 Authentication-Results: pb1.pair.com header.from=ml@anderiasch.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ml@anderiasch.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain anderiasch.de from 81.169.138.148 cause and error) X-PHP-List-Original-Sender: ml@anderiasch.de X-Host-Fingerprint: 81.169.138.148 ares.art-core.org Linux 2.5 (sometimes 2.4) (4) Received: from [81.169.138.148] ([81.169.138.148:59637] helo=mail.anderiasch.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/33-17768-164C3215 for ; Tue, 19 Feb 2013 13:28:51 -0500 Message-ID: <5123C45D.1000808@anderiasch.de> Date: Tue, 19 Feb 2013 19:28:45 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Sara Golemon CC: PHP internals References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Allow trailing comma in function call argument lists From: ml@anderiasch.de (Florian Anderiasch) On 19.02.2013 13:06, Sara Golemon wrote: > Opening RFC to allow trailing comma in function call argument lists > > https://wiki.php.net/rfc/trailing-comma-function-args > For completeness' sake: The VCS argument is kind of moot if you format your source code like it's sometimes/often seen in Haskell code: $fp = fopen( "sample.txt" , "r+" ); (but mostly not with function calls, more with data structures afaik) I know, hardly anyone uses this in PHP, but it's a workaround for the main reasoning in the RFC. Personally, I'm +1 :) Greetings, Florian