Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69271 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39000 invoked from network); 23 Sep 2013 14:05:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2013 14:05:49 -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:6978] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/70-35733-CBA40425 for ; Mon, 23 Sep 2013 10:05:48 -0400 To: internals@lists.php.net,Lars Strojny Message-ID: <52404AB9.2070007@php.net> Date: Mon, 23 Sep 2013 15:05:45 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 References: In-Reply-To: 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: Anonymous Classes From: krakjoe@php.net (Joe Watkins) On 09/23/2013 02:43 PM, Lars Strojny wrote: > Hi Joe, > > what about serialization for those classes? > > cu, > Lars > > Am 23.09.2013 um 08:39 schrieb Joe Watkins : > >> Morning All, >> >> https://wiki.php.net/rfc/anonymous_classes >> >> I'd like to hear thoughts regarding the addition of anonymous classes, patch included. >> >> Cheers >> Joe >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> > Same as any other object; what you are creating is normal classes without a (declared) name, nothing about the objects functionality has differs from an object of a named class. Cheers