Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82572 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13559 invoked from network); 13 Feb 2015 00:33:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2015 00:33:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=hufeng1987@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hufeng1987@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: hufeng1987@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-wg0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:45288] helo=mail-wg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 77/86-15420-A664DD45 for ; Thu, 12 Feb 2015 19:33:47 -0500 Received: by mail-wg0-f54.google.com with SMTP id y19so13504292wgg.13 for ; Thu, 12 Feb 2015 16:33:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=Qdkd05iwSTcB/RhQoUMY9TUDQhoFUcHb/qiE0z2U4l4=; b=Rrozx7cs2OLgi7mkET5JHo6pYqtl0ywcwvnNsMXSzwG6+3RCE17fu5NURx0paYG7E6 XREKwMLi4DnfWTXsBwe9zsEQCSCyJ+j1c2O9xQmN/fXo2OXbcrIzS6s36UB4WRAPdxDa W5jhsnFDZr2WVgk7ms77rTipAUPpgB2GHvnW9PnLdnScA/4z2f/s8KcNgrEeTLXTLdZm 4gYD5c8AaL8TX5463Ipaqu3VLvk+kf9qYkpM/ksVVkhC33LXJ51FujJZ5ExQn95gCvvR qWImcdLp9kBFhMUK807xeAJUAjXj+ZyvvAblYoGWVktaH097UhX2SVc4t7GCNolo2f/q Gn9Q== X-Received: by 10.194.104.196 with SMTP id gg4mr12568377wjb.31.1423787624298; Thu, 12 Feb 2015 16:33:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.217.41.1 with HTTP; Thu, 12 Feb 2015 16:33:24 -0800 (PST) In-Reply-To: <54DC788E.7000000@hoa-project.net> References: <54DC788E.7000000@hoa-project.net> Date: Fri, 13 Feb 2015 08:33:24 +0800 Message-ID: To: "Ivan Enderlin @ Hoa" Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV][RFC][VOTE] Group Use Declarations From: hufeng1987@gmail.com (Netroby) For Human type experience, {} is harder than () to type, see your keyboard, can you easier type {} or easier type () I hate {} If you like to use {} as the group symbols, i would not like it. It hurts my fingers. Appreciate your time. ---------------------------- Netroby 2015-02-12 17:55 GMT+08:00 Ivan Enderlin @ Hoa : > Hi Marcio, > > Thanks for the RFC! > We discussed a little bit with the Hoa [1]'s and fruux [2]'s community an= d > we have a question. Why not pretending we have an array of symbols, > something like: > > use Foo\Bar\[Baz, Qux]; > > instead of > > use Foo\Bar\{Baz, Qux}; > > This is a list vs. block debate. While I personally would go for `{` and > `}`, here we declare a list, so we guess the array syntax would be more > tailored. > > Thoughts? > > > [1] http://hoa-project.net/ > [2] https://fruux.com/ and http://sabre.io/ > > On 11/02/15 21:50, Marcio Almada wrote: >> >> Hi internals! >> >> Since no new discussion topics appeared, the voting on the Group Use >> Declarations RFC for PHP7 is now open: >> >> RFC: https://wiki.php.net/rfc/group_use_declarations#votes >> Patch: https://github.com/php/php-src/pull/1005 >> >> As requested I've split the vote into two slightly different syntax >> choices, so be sure to pick the right choice if you are going to vote ye= s. >> The voting will close in exactly 14 days counting from now. >> >> PS: Aknowledgements to Daniel Ackroyd for reviewing this RFC. >> >> M=C3=A1rcio Almada >> https://github.com/marcioAlmada >> > > -- > Ivan Enderlin > Developer of Hoa > http://hoa-project.net/ > > PhD. computer scientist > Hacker > http://mnt.io/ > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >