Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93019 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35995 invoked from network); 1 May 2016 14:30:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 May 2016 14:30:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=bjorn.x.larsson@telia.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=bjorn.x.larsson@telia.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain telia.com from 81.236.60.155 cause and error) X-PHP-List-Original-Sender: bjorn.x.larsson@telia.com X-Host-Fingerprint: 81.236.60.155 v-smtpout2.han.skanova.net Received: from [81.236.60.155] ([81.236.60.155:57561] helo=v-smtpout2.han.skanova.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/13-03860-80316275 for ; Sun, 01 May 2016 10:30:33 -0400 Received: from [192.168.7.7] ([195.198.188.252]) by cmsmtp with SMTP id wsODaa9pQqtwZwsODaQFiY; Sun, 01 May 2016 16:30:29 +0200 To: Joe Watkins References: Cc: PHP internals Message-ID: <5726130C.9030708@telia.com> Date: Sun, 1 May 2016 16:30:36 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfK4gff0G2rVuZ774oHuppUF7P6jBDYiqobGvWZvUDFKHNmHXORUo8wg/evaT3+j27i3q4IztXxM1/qi473Gs/sDoNcNfYNwOHcO40dPsLpBsipJ6SPW5 2s5lGnfy33WgiDrAuH1538EYZsOOGjLEe07kIgO9VOz3KQEynRiWvpR9Xrd7mhITFjyC1wkUgANrt0Jami/L7b08EYu17r+r4FnIewdiK8khzKk6LHne3Fn+ Subject: Re: Fwd: [PHP-DEV] RFC: Anonymous Class Lexical Scope From: bjorn.x.larsson@telia.com (=?UTF-8?Q?Bj=c3=b6rn_Larsson?=) Hi, Nice and clear-cut RFC! One reflection is if the usage of use to "import" variables could have an impact on a proposal for a short form of Lambda functions in the future? Cheers //Björn PS I liked the Short Closure RFC btw. Den 2016-04-26 kl. 10:25, skrev Joe Watkins: > Morning internals, > > Just to be clear, the implementation is now in good shape, the > discussion may continue. > > Attached is message from a confused contributor ... sorry about the > confusion :) > > Cheers > Joe > > ---------- Forwarded message ---------- > From: Yasuo Ohgaki > Date: Tue, Apr 26, 2016 at 9:13 AM > Subject: Re: [PHP-DEV] RFC: Anonymous Class Lexical Scope > To: Joe Watkins > > > Hi Joe, > > Since you seem to pause this RFC activity for now, I'm sending this > mail only to you. > > On Wed, Apr 20, 2016 at 3:01 PM, Joe Watkins wrote: >> I must say that of all the suggestions made so far for syntax, I still >> prefer use(). > I strongly support "use()". > It's the way PHP imports other scope variables :) > > Regards, > > -- > Yasuo Ohgaki > yohgaki@ohgaki.net >