Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65956 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70768 invoked from network); 19 Feb 2013 15:13:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2013 15:13:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=thyberthpithe@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=thyberthpithe@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.170 as permitted sender) X-PHP-List-Original-Sender: thyberthpithe@gmail.com X-Host-Fingerprint: 209.85.215.170 mail-ea0-f170.google.com Received: from [209.85.215.170] ([209.85.215.170:63970] helo=mail-ea0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/E9-17768-08693215 for ; Tue, 19 Feb 2013 10:13:06 -0500 Received: by mail-ea0-f170.google.com with SMTP id a11so2936764eaa.29 for ; Tue, 19 Feb 2013 07:13:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:subject:references:from:content-type:x-mailer :in-reply-to:message-id:date:to:content-transfer-encoding :mime-version; bh=6+tw28CO5iyANQyE5kJk3JnFS2WxVLE8AOhGUEX71xU=; b=ojOgLs6KaOVgY8xoqfis9mhgOoJd4a7PibGV8urT865nLoSKyH+X2sLa27Ba4MLKcG iT1JZuaFOFs+BvcY3J5kvhqVR//kfETW57U6H/XwVWTeZhi9N053nCsbODLgKH3Cr9i/ TvruPscMZrPFaxjK+ZeiWnS9MG5Zru+f3w8W9IBUB8+SGnqvToU0vG8v7YL2svyNq0WX I+0z7wZkc7dUJ2ZUthkYX7mVSswmaQxCUiMV3m1JHRt3coqliNa7DUOSuvCLs9MQGOAo 8nTEQr5UvBZoUPMiAN6cFl+cPQTQXbwiyIC/MEFFq0L7df8KJTSqPNbFVqIK63QRLRg5 8Y9Q== X-Received: by 10.14.207.200 with SMTP id n48mr58218364eeo.4.1361286782451; Tue, 19 Feb 2013 07:13:02 -0800 (PST) Received: from [10.82.131.44] ([82.219.14.93]) by mx.google.com with ESMTPS id d47sm45634909eem.9.2013.02.19.07.13.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 19 Feb 2013 07:13:01 -0800 (PST) References: Content-Type: text/plain; charset=us-ascii X-Mailer: iPad Mail (10B141) In-Reply-To: Message-ID: <7BF5C235-F20A-4472-A614-542BFE6B5E82@gmail.com> Date: Tue, 19 Feb 2013 15:13:00 +0000 To: PHP internals Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (1.0) Subject: Re: [PHP-DEV] [RFC] Allow trailing comma in function call argument lists From: thyberthpithe@gmail.com (Cyberspice) On 19 Feb 2013, at 12:06, Sara Golemon wrote: > Opening RFC to allow trailing comma in function call argument lists > > https://wiki.php.net/rfc/trailing-comma-function-args +1 Melanie