Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66052 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89365 invoked from network); 20 Feb 2013 11:01:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2013 11:01:35 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.223.177 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.223.177 mail-ie0-f177.google.com Received: from [209.85.223.177] ([209.85.223.177:48572] helo=mail-ie0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AC/8D-19387-E0DA4215 for ; Wed, 20 Feb 2013 06:01:35 -0500 Received: by mail-ie0-f177.google.com with SMTP id 16so9384649iea.8 for ; Wed, 20 Feb 2013 03:01:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:x-originating-ip:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:x-gm-message-state; bh=iXIKNjA48rCkpMuiFTapz3c4YPHIKfhU4z8wTIhtFOU=; b=EXVfSCPMsjila2498fAfJstNjVrXudKp3FO0m41Qcoib2id7l85c3NUrOmAWk2ofXh VsQQN2vCSraqn11bLiTLnDaKoRpZdHPm33DAODJ/v/G7qrwPdVSSumD5XLUot/aJsskt j0oNlOZwaglQ0BuQTDisCCf0Uy8KHC5sz0UFIWHuH/MjQaGIYV+YUY7BQ3E3uHOD9XOl P0rnEn9c1TjdWoafGLQs8mGmxoyFyFD9ceGfaDwiXvYzNj6bvkCYc72zUZns/K7nUZIf zN/0kPnYQLReIDZIXtZNCppxgn4F/eECK38+M+UU6CHVqduTwJCgGrz3S6KD+ZYeTH2V gsVQ== MIME-Version: 1.0 X-Received: by 10.50.37.162 with SMTP id z2mr10185775igj.13.1361358092433; Wed, 20 Feb 2013 03:01:32 -0800 (PST) Sender: php@golemon.com Received: by 10.64.139.100 with HTTP; Wed, 20 Feb 2013 03:01:32 -0800 (PST) X-Originating-IP: [2001:470:1f09:2fa:3026:5ca2:41f3:8512] In-Reply-To: References: Date: Wed, 20 Feb 2013 03:01:32 -0800 X-Google-Sender-Auth: i74vCbUaS-Yd-kvgUu7sJc_zWVI Message-ID: To: Sherif Ramadan Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQk8v/s8E19/67ZL4E6oB/Ux8p5fVUAuLDP1uoG8v0kKWrn0hwz9n/f1M4uzdhtAnaexkkHW Subject: Re: [PHP-DEV] [RFC] Allow trailing comma in function call argument lists From: pollita@php.net (Sara Golemon) On Tue, Feb 19, 2013 at 6:51 PM, Sherif Ramadan wrote: > 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? > No. The trailing comma is simply ignored, there's another RFC up about default args, but this doesn't intersect with that.