Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28865 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68303 invoked by uid 1010); 16 Apr 2007 18:37:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68288 invoked from network); 16 Apr 2007 18:37:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Apr 2007 18:37:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.114 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 63.205.162.114 unknown Windows 2000 SP4, XP SP1 Received: from [63.205.162.114] ([63.205.162.114:46405] helo=us-ex1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/2B-18278-452C3264 for ; Mon, 16 Apr 2007 14:37:09 -0400 Received: from [127.0.0.1] ([192.168.16.109]) by us-ex1.zend.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 16 Apr 2007 11:37:12 -0700 Message-ID: <4623C245.1060400@zend.com> Date: Mon, 16 Apr 2007 11:36:53 -0700 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Michael Wallner CC: internals@lists.php.net 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> <38.93.46751.84412264@pb1.pair.com> <4622875A.3040602@zend.com> <85.20.18278.A1913264@pb1.pair.com> In-Reply-To: <85.20.18278.A1913264@pb1.pair.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 Apr 2007 18:37:12.0232 (UTC) FILETIME=[3F62A280:01C78056] Subject: Re: [PHP-DEV] PHP6 todo list From: stas@zend.com (Stanislav Malyshev) > Sorry for the cryptic reply. I think that initializing a static class > property as well as initializing a default property with for example > an array is an obvious use case. Try to do the following in an extension: > > class c { > static $prop1 = array("foo", "bar"); > var $prop2 = array(1,2,3); > } I see, thanks. Are there any existing internal classes that need this capability? -- Stanislav Malyshev, Zend Products Engineer stas@zend.com http://www.zend.com/