Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66055 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96057 invoked from network); 20 Feb 2013 11:32:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2013 11:32:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=martin.keckeis1@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=martin.keckeis1@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.179 as permitted sender) X-PHP-List-Original-Sender: martin.keckeis1@gmail.com X-Host-Fingerprint: 209.85.214.179 mail-ob0-f179.google.com Received: from [209.85.214.179] ([209.85.214.179:44256] helo=mail-ob0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EF/CE-19387-A64B4215 for ; Wed, 20 Feb 2013 06:32:58 -0500 Received: by mail-ob0-f179.google.com with SMTP id un3so7628529obb.10 for ; Wed, 20 Feb 2013 03:32:56 -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=i2gnn4HpvfQ1m5t7v7LWnzC1AhosVfdSeKgfjxsJeUs=; b=Q1x0bLUpnwUdZ5Qgtk2PozhCX3V46yaRo8IkHeSXJgL1N5jI1Aq9kOnWHDFNTcoruG Gc2oswOYjRuJIWRTqbzTXGxOGQQXxJusJ8+4sZ6D2tiiC8sqZ6S4r1me/uDudO/qQGn/ Ubh+DFhP6K8oq+2c/yVA4BHwbGOX2jJLq8k5seXpQJJ1e4RlTNDIumQ2WBavo7UxK6/A OmOH6C6By/FCtoCVb7v+dOO0AWRDpkD5V7YWsVS14nBcVxvGmkn5CipEsMibIg7mcBHD Id9+I7wevtkOLPBJIREhv8jFah7Rx/ZfHPKk/7iWzQtxf+EalBjCItMBoklAyM6fYM2Z gVbA== MIME-Version: 1.0 X-Received: by 10.60.1.73 with SMTP id 9mr4965113oek.129.1361359975858; Wed, 20 Feb 2013 03:32:55 -0800 (PST) Received: by 10.182.187.67 with HTTP; Wed, 20 Feb 2013 03:32:55 -0800 (PST) In-Reply-To: References: Date: Wed, 20 Feb 2013 12:32:55 +0100 Message-ID: To: Sara Golemon Cc: PHP internals Content-Type: multipart/alternative; boundary=e89a8fb20660c5c18204d626518b Subject: Re: [PHP-DEV] [RFC] Allow trailing comma in function call argument lists From: martin.keckeis1@gmail.com (Martin Keckeis) --e89a8fb20660c5c18204d626518b Content-Type: text/plain; charset=UTF-8 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 > > -1 For array it's okay, but for functions? I think the code is harder to read that way... If I would see a call written this way: phpinfo(,) There are three possible values: Defaultvalue, null or something differnt? @Sara cool base idea ;-) (https://github.com/sgolemon/objectifier) --e89a8fb20660c5c18204d626518b--