Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82629 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58706 invoked from network); 13 Feb 2015 17:27:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2015 17:27:46 -0000 Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.208 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.208 imap2-3.ox.privateemail.com Received: from [192.64.116.208] ([192.64.116.208:49528] helo=imap2-3.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/C3-40724-1143ED45 for ; Fri, 13 Feb 2015 12:27:46 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id 4D2918C007B; Fri, 13 Feb 2015 12:27:43 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap2.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap2.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id GO12e6HSu9eL; Fri, 13 Feb 2015 12:27:43 -0500 (EST) Received: from oa-res-26-240.wireless.abdn.ac.uk (oa-res-26-240.wireless.abdn.ac.uk [137.50.26.240]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 8EFB78C0069; Fri, 13 Feb 2015 12:27:42 -0500 (EST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) In-Reply-To: <54DE31DC.4090606@lsces.co.uk> Date: Fri, 13 Feb 2015 17:27:39 +0000 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: References: <5EF29B6C-D35B-47B8-8008-47B207B2840B@ajf.me> <54DE31DC.4090606@lsces.co.uk> To: Lester Caine X-Mailer: Apple Mail (2.2070.6) Subject: Re: [PHP-DEV][RFC][VOTE] Group Use Declarations From: ajf@ajf.me (Andrea Faulds) > On 13 Feb 2015, at 17:18, Lester Caine wrote: >=20 > On 13/02/15 16:41, Andrea Faulds wrote: >> But with Marcio=E2=80=99s proposal, we could instead write this: >>=20 >> use function SomeLibrary\Math\{sin, cos, tan, degrees, radius}; >=20 > Well it used to be simply ... >=20 > require SomeLibrary\math.php; I can=E2=80=99t say I miss the days of putting everything in the global = namespace. Makes it impossible to use two libraries with conflicting = function names. -- Andrea Faulds http://ajf.me/