Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81461 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59496 invoked from network); 31 Jan 2015 01:08:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2015 01:08:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.176 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.212.176 mail-wi0-f176.google.com Received: from [209.85.212.176] ([209.85.212.176:34152] helo=mail-wi0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/4A-34022-50B2CC45 for ; Fri, 30 Jan 2015 20:08:21 -0500 Received: by mail-wi0-f176.google.com with SMTP id bs8so6589393wib.3 for ; Fri, 30 Jan 2015 17:08:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=oXPoTdE+dznIY3k+4+Vo4OUny4Bfjt1eZZp2VkU2Enc=; b=P4aRfUSNNcxG+hH+gHjSrw7oxMfGYnuljJFfKk/iZCA3/v7Vt3w13UMscmJ/iuhIYs capqa56MCkFWS/48RUFPC9wZv3PbdWAoU4a53vUeZYv9KVz920lc0oDOzIA15iWqzZ8x TUsETvu9wUD+I9iqtsu5A7lJ9l31X8IOndeIGDFWSQ7ADgeaB/8Vomo5MhrDqu4cJ/Zv ASW243apJf6dXofGq8Kd2n7nJa0R7+NbL10jX2ac46X+3GwPfjFt3yjYGSzJ1NfJC26i LF61VUUOb6s0Bhr8cqxkrvVf8YUzWrnUtX3qujuhKhIEVxcov6UUkuqB713ABBwyWfLF 5FVg== MIME-Version: 1.0 X-Received: by 10.194.239.72 with SMTP id vq8mr7444346wjc.110.1422666498328; Fri, 30 Jan 2015 17:08:18 -0800 (PST) Received: by 10.216.50.139 with HTTP; Fri, 30 Jan 2015 17:08:18 -0800 (PST) In-Reply-To: References: Date: Sat, 31 Jan 2015 01:08:18 +0000 Message-ID: To: marcio3w@gmail.com Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV][RFC][DISCUSSION] Group Use Declarations From: leight@gmail.com (Leigh) On 31 January 2015 at 00:09, Marcio Almada wrote: > Hi, > > After a period of research along with part of the PHP community I'd > like to present this RFC which aims to improve PHP namespaces. > > The RFC: https://wiki.php.net/rfc/group_use_declarations > Along with its pull request: https://github.com/php/php-src/pull/1005 > > Needless to say, I'm open to suggestions that could improve the proposal. > > Thanks! > Feels a lot like Rust http://doc.rust-lang.org/reference.html#use-declarations I'm not opposed to the suggestion, we really should have a shorthand for condensing use declarations, I just wonder if it could feel more "PHP". Maybe I'm just nitpicking and it will grow on me :)