Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88833 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60596 invoked from network); 15 Oct 2015 19:44:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2015 19:44:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.217.178 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.217.178 mail-lb0-f178.google.com Received: from [209.85.217.178] ([209.85.217.178:32919] helo=mail-lb0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FA/AB-23021-30200265 for ; Thu, 15 Oct 2015 15:44:04 -0400 Received: by lbbpp2 with SMTP id pp2so53922013lbb.0 for ; Thu, 15 Oct 2015 12:44:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon_com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=M/n6qHlJyp8xypMORiiqllLx7h6pKq9fIZRJFUyEvEo=; b=tHNfst9OPydbeoohq2um782z5X6zEDWiySqA37Ue6hA7thDb1C7LTQqaboq9Ic2Chw BD1TDhUMshqtqoQurkV3HS/ql+UdLgj9lHxL6OLwgxHVVooPd0vKSgV084uR76ftqCqD uU/n2ZU2lOWu5CimjENGPP3d9SagAdTMIcYK4LcWpd5vR5lWDw2REf+f1Moxy+/QDmkj 9niF0KZTNSN2chPegvENLi0+E7w/Oy+SWMlZFPdAgqL4G/eghUu3NZTTZ7HkaDjcl2w7 b0HaTZBuL9jlQc2t/mPVfFIlfdVy8D22A1nX7MnIvxLCmAT1Mr95J/aRtmaJGVoOwD8m Z2IQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=M/n6qHlJyp8xypMORiiqllLx7h6pKq9fIZRJFUyEvEo=; b=lL1aI9Y+niQNul3OIzMJr20/8/bL5sqW56gY9kVy57JwoBugozilGEhYLceP9JD7i0 rqFfRUrzzDLgYt/YxRg5RhMjCefQTDzY8Fs/yhT7Jd8hhyCXAa6vj0ZEqBQpEL/tthnX twHwzwm/PCmjFnKQsgCnidIpXqZlkdKiErF13y/PDfonAy2aaGUzDOz6Zx+owEPtEGKP 1wwd50X389yUCkEKaTjTQuF35gTQhkHwbswVXHNTUzLZ/IXAPKNM2n8BjFaRiAlrs4Ho kgCllXHXWmVrtRn+084fCL4EEdFjtNjflCLoNqIZF5dmlPvoYHtlXF8ugPqUdobd8rX2 0hvg== X-Gm-Message-State: ALoCoQme1h7/hYYSRDgg+6yeMddCppEz88ukDXjZvnHJTSdBSYJ3eGDLpAPE3/rDmbqcMUVge+jY MIME-Version: 1.0 X-Received: by 10.112.198.97 with SMTP id jb1mr5664764lbc.8.1444938240510; Thu, 15 Oct 2015 12:44:00 -0700 (PDT) Sender: php@golemon.com Received: by 10.112.40.133 with HTTP; Thu, 15 Oct 2015 12:44:00 -0700 (PDT) X-Originating-IP: [2620:10d:c090:200::5:cb2e] In-Reply-To: References: <561F4EEB.8070605@telia.com> Date: Thu, 15 Oct 2015 12:44:00 -0700 X-Google-Sender-Auth: BDuTlHZeutMIPgVfzwec5cH7zQ0 Message-ID: To: Pedro Cordeiro Cc: Ryan Pallas , =?UTF-8?Q?Bj=C3=B6rn_Larsson?= , Sammy Kaye Powers , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC][DISCUSSION] Revisit trailing commas in function arguments From: pollita@php.net (Sara Golemon) On Thu, Oct 15, 2015 at 12:32 PM, Pedro Cordeiro wrote: > I see no reason to allocate resources to make this happen, but if someone > does allocate their personal time into coding this, I wouldn't oppose a > merge. > There's a diff attached to the RFC. The actual implementation is two lines. The rest is a bunch of unit tests for positive and negative results. We've spent FAR more time discussing it than implementing it took. -Sara