Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66033 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57412 invoked from network); 20 Feb 2013 09:05:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2013 09:05:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=lars@strojny.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lars@strojny.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain strojny.net from 46.4.40.248 cause and error) X-PHP-List-Original-Sender: lars@strojny.net X-Host-Fingerprint: 46.4.40.248 milch.schokokeks.org Received: from [46.4.40.248] ([46.4.40.248:35520] helo=milch.schokokeks.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/E6-19387-2F194215 for ; Wed, 20 Feb 2013 04:05:55 -0500 Received: from [192.168.1.92] (p5099f5c8.dip0.t-ipconnect.de [::ffff:80.153.245.200]) (AUTH: PLAIN lars@schokokeks.org, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by milch.schokokeks.org with ESMTPSA; Wed, 20 Feb 2013 10:05:50 +0100 id 0000000000000026.00000000512491EE.0000191A Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) In-Reply-To: Date: Wed, 20 Feb 2013 10:05:40 +0100 Cc: Sara Golemon , PHP internals Content-Transfer-Encoding: quoted-printable Message-ID: <4F27A2EE-5F39-4D02-A582-0F0D817646E3@strojny.net> References: To: Laruence X-Mailer: Apple Mail (2.1499) Subject: Re: [PHP-DEV] [RFC] Allow trailing comma in function call argument lists From: lars@strojny.net (Lars Strojny) Hi, Am 20.02.2013 um 06:24 schrieb Laruence : > On Tue, Feb 19, 2013 at 8:06 PM, Sara Golemon wrote: >> Opening RFC to allow trailing comma in function call argument lists >>=20 >> https://wiki.php.net/rfc/trailing-comma-function-args -1 on this as well. If you don=92t like the diffs, fix the diff = implementation to ignore trailing comma changes. But I guess I'm in a = minority here and it is easy to prevent stuff like that with a code = sniffer rule. cu, Lars=