Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65934 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30230 invoked from network); 19 Feb 2013 12:21:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2013 12:21:02 -0000 Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:43746] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/D1-17768-E2E63215 for ; Tue, 19 Feb 2013 07:21:02 -0500 Received: by mail-ob0-f170.google.com with SMTP id wc20so6630114obb.29 for ; Tue, 19 Feb 2013 04:20:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=XGb7mMxUDzbNTk8aCMoIMlUgmMGzIAc6lBIb5oB1ECI=; b=eDFVe+0KLluzYKu0rCzfM6sxg3hwFhKDc3J0cBTnwDhqMraVt86nAuRjFbxqnUiUFb LOtpqDc7vGo9nD8TivGe9PF7eL1KRO9x8+nw6yvkif407GWOpJboMto0PAXcSP4HMRTM BNkHaJohVA7ZBoxF/CV3kWhMTDwBSBg0LY3BXpfHhXZiGItw9w4PzrO0bUlwqXfSSR/o spYVHVkulY7KRwuCxI0+oFgtohgvZZSBpfvqwzqG7yORRgEwBpHVAjotsWd08ZblIoO6 Ly5FpXq73sy+4pNk5EKM6LLdMj629EOlqfIam0blgMS7uqIQwQRE7jMmWJZfPRBLKifO +EIg== MIME-Version: 1.0 X-Received: by 10.60.169.231 with SMTP id ah7mr7333586oec.142.1361276459530; Tue, 19 Feb 2013 04:20:59 -0800 (PST) Sender: patrick.allaert@gmail.com Received: by 10.76.163.42 with HTTP; Tue, 19 Feb 2013 04:20:59 -0800 (PST) In-Reply-To: References: Date: Tue, 19 Feb 2013 13:20:59 +0100 X-Google-Sender-Auth: 6Ube-GRsLmpRVNuWOYjgl-fAA28 Message-ID: To: Sara Golemon Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Allow trailing comma in function call argument lists From: patrickallaert@php.net (Patrick ALLAERT) 2013/2/19 Sara Golemon : > Opening RFC to allow trailing comma in function call argument lists > > https://wiki.php.net/rfc/trailing-comma-function-args > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php I'm all for it! Waiting for the official voting...