Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82571 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12080 invoked from network); 13 Feb 2015 00:31:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2015 00:31:50 -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.42 as permitted sender) X-PHP-List-Original-Sender: hufeng1987@gmail.com X-Host-Fingerprint: 74.125.82.42 mail-wg0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:56115] helo=mail-wg0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E1/36-15420-5F54DD45 for ; Thu, 12 Feb 2015 19:31:49 -0500 Received: by mail-wg0-f42.google.com with SMTP id x13so13625056wgg.1 for ; Thu, 12 Feb 2015 16:31:46 -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=GHQRfvBrirmWqVOJP62f3BLVXkNXK0hvFhRlQpOE+cM=; b=TNZpKL/D8aU9RLBdAJY2SrUp4rrfvW0QnOW99Xklhy8Ieuves8MiiJzLdAtKCqtF8r 9mDUwmLaXIcZ7FJT9ni2Ejb2UEIEbeq2fsZNwgYb4xEFjKqUFejEMQE7FIyVn8JvIwJs Oj6Q3TZllG43puE0Mdf1b9D/w60eAMBhMYYJ1ooL5AeNZdJwElJd8yCqB5ytt1uYgptT i5bvncXhdJWQqSdow9G2wFZg53kngjvuavlnOhHBD/WkuapiWM9UVdOc0d4hbKeEK4fI yOwbHdiRLe4k6naYXy6sWjxT+x/L+7J/5GPFdUv/CXDztv88D8sJekjyqvVZDTwnN0go +e3g== X-Received: by 10.180.109.193 with SMTP id hu1mr11081066wib.25.1423787506316; Thu, 12 Feb 2015 16:31:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.217.41.1 with HTTP; Thu, 12 Feb 2015 16:31:26 -0800 (PST) In-Reply-To: <54DC788E.7000000@hoa-project.net> References: <54DC788E.7000000@hoa-project.net> Date: Fri, 13 Feb 2015 08:31:26 +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) I like use Foo\Bar\(Baz, Qux); 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 >