Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66017 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9853 invoked from network); 20 Feb 2013 02:51:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2013 02:51:41 -0000 Authentication-Results: pb1.pair.com header.from=theanomaly.is@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=theanomaly.is@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.172 as permitted sender) X-PHP-List-Original-Sender: theanomaly.is@gmail.com X-Host-Fingerprint: 209.85.212.172 mail-wi0-f172.google.com Received: from [209.85.212.172] ([209.85.212.172:35045] helo=mail-wi0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/92-29922-B3A34215 for ; Tue, 19 Feb 2013 21:51:39 -0500 Received: by mail-wi0-f172.google.com with SMTP id ez12so5630829wid.5 for ; Tue, 19 Feb 2013 18:51:36 -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=rc0KokFBGH2NS15mYzovB24v7c7QRgTZUMdTvmvzUoQ=; b=USLA7hz47GXwdB3bp3XNBknvSNMHt111qZ6IP6p66gWckRU3Yp7AZtxny8TYWhBOrU TDD19DgEVAUcR24JZ+hnUoTVbCj2d0U0GdEvrG/pNWya6PbizCmdKUpNTqQFFSVsnaS5 cqHdVH164OHxVKkGfSNwKKggnDpIGtLVA8MuwA1VmNJR/LO/7wBHhC6LQZV8GhlmOV0u Z0gitgj3XwRosdp8G5cnt39SL81GotaraFz+dDbwq8h94sDCm/fsY832TUdnYQai/yYn xc529bd2NBTpU5fkgPlJjUsr2bTmkE6u2h9rm6QNtBMlGD1/VmUZCoOc3X57eOcBxCHY nCPA== MIME-Version: 1.0 X-Received: by 10.194.172.197 with SMTP id be5mr30480882wjc.20.1361328696723; Tue, 19 Feb 2013 18:51:36 -0800 (PST) Received: by 10.227.42.135 with HTTP; Tue, 19 Feb 2013 18:51:36 -0800 (PST) In-Reply-To: References: Date: Tue, 19 Feb 2013 21:51:36 -0500 Message-ID: To: Sara Golemon Cc: PHP internals Content-Type: multipart/alternative; boundary=089e0122efde64098504d61f093f Subject: Re: [PHP-DEV] [RFC] Allow trailing comma in function call argument lists From: theanomaly.is@gmail.com (Sherif Ramadan) --089e0122efde64098504d61f093f Content-Type: text/plain; charset=ISO-8859-1 On Tue, Feb 19, 2013 at 7:06 AM, Sara Golemon wrote: > 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 > > While I think it's a good idea I just have one question about the implication of the change. Does this mean that null will be passed to the function argument when a trailing comma remains? --089e0122efde64098504d61f093f--