Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69483 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17261 invoked from network); 4 Oct 2013 16:34:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Oct 2013 16:34:34 -0000 X-Host-Fingerprint: 80.4.21.210 cpc22-asfd3-2-0-cust209.1-2.cable.virginmedia.com Received: from [80.4.21.210] ([80.4.21.210:29523] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BE/34-24156-91EEE425 for ; Fri, 04 Oct 2013 12:34:33 -0400 To: internals@lists.php.net,Robert Stoll Message-ID: <524EEE16.4040505@php.net> Date: Fri, 04 Oct 2013 17:34:30 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 References: <5D.40.07863.EB798425@pb1.pair.com> <002801cec11f$5ae0ec40$10a2c4c0$@tutteli.ch> In-Reply-To: <002801cec11f$5ae0ec40$10a2c4c0$@tutteli.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 80.4.21.210 Subject: Re: [PHP-DEV] RFC: Draft: Nested Classes From: krakjoe@php.net (Joe Watkins) On 10/04/2013 05:32 PM, Robert Stoll wrote: > Heya, > > Just to be sure, this feature would not allow nested classes in functions, > right? > > Cheers, > Robert > >> -----Original Message----- >> From: Joe Watkins [mailto:krakjoe@php.net] >> Sent: Sunday, September 29, 2013 11:12 PM >> To: internals@lists.php.net >> Subject: [PHP-DEV] RFC: Draft: Nested Classes >> >> Hi All, >> >> I'd like to RFC on Nested Classes (Draft): >> >> https://wiki.php.net/rfc/nested_classes >> >> There's been a little bit of discussion already about it, in the > usual places >> mostly, but also while considering anonymous classes on the lists ... time > to >> make it public I guess ... >> >> Cheers >> Joe >> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List To unsubscribe, > visit: >> http://www.php.net/unsub.php > > No, nested classes implies a class within a class ...