Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100934 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9169 invoked from network); 24 Oct 2017 15:38:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Oct 2017 15:38:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=petercowburn@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=petercowburn@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.175 as permitted sender) X-PHP-List-Original-Sender: petercowburn@gmail.com X-Host-Fingerprint: 209.85.220.175 mail-qk0-f175.google.com Received: from [209.85.220.175] ([209.85.220.175:52591] helo=mail-qk0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2E/24-58908-18E5FE95 for ; Tue, 24 Oct 2017 11:38:42 -0400 Received: by mail-qk0-f175.google.com with SMTP id b15so26772006qkg.9 for ; Tue, 24 Oct 2017 08:38:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=dZl1UEQrfjzm2lExwXcCRpWMUhTmUz5o8OCA1P/CLOU=; b=tEot9mzcFFH56XEP4Vv6FoPduirTK8n2YMimmP1mZ2TflxDa6pmxbWOp5zK7EHStBH cMnBTsvdgqy2ijKiuG7LmVADgd4GaafrzqrKdqXP3rtxDmZ7J1IXqBi3TgLzJzkzV58m V7BbUk/PzS621oTn/yDFBkiwrE/r7kkSGhsHKEavlogqrA6itdrthGJrhbR7ETFOyL3o XeWF2C5E2tfWJMUUDlX1GYg4+cXiPLDmjt6PglaKPXZGng8gM4GFJXB/csrWC7Y8+7PB ta8CAd/hLe+lj4wRO4zec9wJN8vbiSA0kFdFBylZYXDaS+JrDdQNKBbu/LWY1xMd2GCg 4+xA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=dZl1UEQrfjzm2lExwXcCRpWMUhTmUz5o8OCA1P/CLOU=; b=oWrp9wyGReunLcttrmSq5E6mMaEDlUSZgYrT30qwCjsucV8uE3jIp6IvIPDr1KaYen ZePAQ+oH+YABiSAfttr+DpZIL1BgiDk7P+vZXM3K9/eDs669Nh927in7DWqq1bQ6viaG lVnDeO+5SSa3pb9NAzdqBony7gbaM0pPisA2UTFPhDYcUWWcXFiyHadKeywfmjHztoJu EMh5FDL0GWppLL5B5Ds9zZnYRs6hnfRNvsgb0tSPJSPxDU5DHiAVMaO9FpigavOhvz/9 hkE6OnfbhBirX1IC5VX0CWAOJm4UgHeR0/N6bw3MMjSvAcVw9S3brdv3oXwrWcbH/Waj cNeA== X-Gm-Message-State: AMCzsaWxootbU+Dykv5c4ZBiEMj9hSa7BL7Tmr3DEIyuD2POWEfjzfQw Jj5oX1UaE94zhwJ57eRE9YGT3O6bi1jKoxg/5uer8w== X-Google-Smtp-Source: ABhQp+TEWsAdFXZYjN/hgh7lKDGbCpHDOx7DLhEzadnrjTkJxRNvKqbGnztQFAgh6DJ6IOnsuUNqgU8Pc9sXwZSJOH8= X-Received: by 10.55.143.2 with SMTP id r2mr24778302qkd.47.1508859519324; Tue, 24 Oct 2017 08:38:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.39.39 with HTTP; Tue, 24 Oct 2017 08:37:58 -0700 (PDT) In-Reply-To: References: Date: Tue, 24 Oct 2017 16:37:58 +0100 Message-ID: To: Sammy Kaye Powers Cc: PHP Internals Content-Type: multipart/alternative; boundary="94eb2c0820c8aa576a055c4cbb43" Subject: Re: [PHP-DEV] [RFC] [Discussion] Allow a trailing comma in function calls From: petercowburn@gmail.com (Peter Cowburn) --94eb2c0820c8aa576a055c4cbb43 Content-Type: text/plain; charset="UTF-8" On 7 October 2017 at 19:34, Sammy Kaye Powers wrote: > Hello internals friends! > > The RFC to allow a trailing comma in function calls is up for discussion: > > https://wiki.php.net/rfc/trailing-comma-function-calls > > Summary: > > - Targets PHP 7.3 > - The previous vote on this combined function calls & declarations in > the same vote (my bad!) > - This RFC affects function calls only, not declarations > I know it's late in the game, but I have a quick question. This RFC includes a couple of "Not really a function" functions (namely isset() and unset()) that will also be able to have a trailing comma, but I'm failing to find the discussion on including "not really a function" calls in this RFC. Why were those specific non-functions choices included? Why only those? > Thanks, > Sammy Kaye Powers > sammyk.me > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --94eb2c0820c8aa576a055c4cbb43--