Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65933 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28924 invoked from network); 19 Feb 2013 12:20:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2013 12:20:12 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.41 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.41 mail-la0-f41.google.com Received: from [209.85.215.41] ([209.85.215.41:65439] helo=mail-la0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 50/91-17768-AFD63215 for ; Tue, 19 Feb 2013 07:20:10 -0500 Received: by mail-la0-f41.google.com with SMTP id fo12so6505224lab.14 for ; Tue, 19 Feb 2013 04:20:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=GLtZmFqW8Y1SC1NmBewc3fFbBLq4uF0KAmaIGmJx8AU=; b=C0st3dJanK7kp30i12nPQtEvFlBBac+RpdrW1C5Rn81KzbR3D+ORGa7nS1EgulCdPq C43te36ZC3/VgZLMSD3+XoK1axPD7/lL1b5ru3Otd193IGt6tWiUCSQVT0fryo8X6o95 YbDRyR9SXsABWvrLYZb0atGUFdxfP7i+F0juMRaVYTto8Vb5taFsg9EoPn2vCcfazX6J Zi0JCgUzZrCZFasJ3hPfJJiS8ImTxe2hv31NnodEJtN9Xo7QPKbRFVyHi9V4v+5/Ha/T qbrjyOfa4NDklQXCReoJ9aUjF+3x0vS8AcaRGgO/NRQiX+7t7zvi2Hd3W/gfMAl186dW UyFw== MIME-Version: 1.0 X-Received: by 10.112.50.74 with SMTP id a10mr7184071lbo.19.1361276407120; Tue, 19 Feb 2013 04:20:07 -0800 (PST) Received: by 10.112.38.199 with HTTP; Tue, 19 Feb 2013 04:20:06 -0800 (PST) In-Reply-To: References: Date: Tue, 19 Feb 2013 13:20:06 +0100 Message-ID: To: Sara Golemon Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] Allow trailing comma in function call argument lists From: pierre.php@gmail.com (Pierre Joye) On Tue, Feb 19, 2013 at 1:06 PM, Sara Golemon wrote: > Opening RFC to allow trailing comma in function call argument lists > > https://wiki.php.net/rfc/trailing-comma-function-args looks good and consistent enough, you have my vote :) -- Pierre @pierrejoye