Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65935 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32539 invoked from network); 19 Feb 2013 12:41:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2013 12:41:58 -0000 Authentication-Results: pb1.pair.com header.from=robin@kingsquare.nl; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=robin@kingsquare.nl; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kingsquare.nl from 141.138.142.202 cause and error) X-PHP-List-Original-Sender: robin@kingsquare.nl X-Host-Fingerprint: 141.138.142.202 spring.kingsquare.nl Linux 2.6 Received: from [141.138.142.202] ([141.138.142.202:52846] helo=spring.kingsquare.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8D/32-17768-41373215 for ; Tue, 19 Feb 2013 07:41:57 -0500 X-No-Relay: not in my network Received: from mail-vc0-f177.google.com (mail-vc0-f177.google.com [209.85.220.177]) by spring.kingsquare.nl (Postfix) with ESMTPSA id 2E2A3E9C275 for ; Tue, 19 Feb 2013 13:41:51 +0100 (CET) Received: by mail-vc0-f177.google.com with SMTP id m18so4224027vcm.22 for ; Tue, 19 Feb 2013 04:41:50 -0800 (PST) X-Received: by 10.52.69.74 with SMTP id c10mr17749832vdu.3.1361277710077; Tue, 19 Feb 2013 04:41:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.41.204 with HTTP; Tue, 19 Feb 2013 04:41:29 -0800 (PST) In-Reply-To: References: Date: Tue, 19 Feb 2013 13:41:29 +0100 Message-ID: To: Sara Golemon Cc: PHP internals Content-Type: multipart/alternative; boundary=bcaec50160655990e404d6132ab4 Subject: Re: [PHP-DEV] [RFC] Allow trailing comma in function call argument lists From: robin@kingsquare.nl ("Kingsquare.nl - Robin Speekenbrink") --bcaec50160655990e404d6132ab4 Content-Type: text/plain; charset=UTF-8 Just a question from one of the lingering listeners: would this change also ease the `skipping` of default values for parameters? (as discussed for RFC https://wiki.php.net/rfc/skipparams) That way it would be consistent with this RFC and the list() construct ? With regards, Robin Speekenbrink 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 > > --bcaec50160655990e404d6132ab4--