Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28846 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85536 invoked by uid 1010); 15 Apr 2007 12:02:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85521 invoked from network); 15 Apr 2007 12:02:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2007 12:02:18 -0000 X-Host-Fingerprint: 80.123.98.46 unknown Received: from [80.123.98.46] ([80.123.98.46:14229] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/93-46751-84412264 for ; Sun, 15 Apr 2007 08:02:18 -0400 Message-ID: <38.93.46751.84412264@pb1.pair.com> To: internals@lists.php.net Date: Sun, 15 Apr 2007 14:02:14 +0200 User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 References: <461E4437.2090105@pooteeweet.org> <461E5674.5010107@hristov.com> <461EB95D.7030603@zend.com> <461FDD5A.1070004@zend.com> <8E8F0B7F-15EC-41C3-8B19-CB56900F4EE4@gravitonic.com> <461FE21C.10906@zend.com> <461FF396.6070601@zend.com> In-Reply-To: <461FF396.6070601@zend.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 80.123.98.46 Subject: Re: [PHP-DEV] PHP6 todo list From: mike@php.net (Michael Wallner) Stanislav Malyshev wrote: >> Fine, let's step back for a bit. What I want to be able to do is have >> objects/arrays as internal properties and constants. Can we make that >> possible? Last time I looked it required having persistent zvals. > > I think to better understand what would be required a use case would > help a lot. Could you bring forward 1-2 scenarios how one would use it? Initializing a static class resp. default instance variable with f.e. an array is an obvious use case. Regards, -- Michael