Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9848 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53107 invoked by uid 1010); 13 May 2004 21:17:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53013 invoked from network); 13 May 2004 21:17:25 -0000 Received: from unknown (HELO shiva.mind.de) (212.42.230.204) by pb1.pair.com with SMTP; 13 May 2004 21:17:25 -0000 Received: from BAUMBART (p508EAC30.dip.t-dialin.net [80.142.172.48]) by shiva.mind.de (Postfix) with ESMTP id 8EF5597B58; Thu, 13 May 2004 23:17:23 +0200 (CEST) Date: Thu, 13 May 2004 23:17:36 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1463765322.20040513231736@marcus-boerger.de> To: David Sklar Cc: internals@lists.php.net In-Reply-To: <40A3DD98.107@sklar.com> References: <40A3CC7E.3070207@sklar.com> <1711326829.20040513215615@marcus-boerger.de> <40A3DD98.107@sklar.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Internal zvals can't be arrays From: helly@php.net (Marcus Boerger) Hello David, Thursday, May 13, 2004, 10:42:00 PM, you wrote: > I think your humor is too subtle for me. I don't understand what you > mean. If I do this: sorry i just wanted to say that if you find out a solution you should tell it to me and that atm i don't have any idea how to do it. [...] Your code was absolute correct. > So it would be handy (since all the property creation would be in one > place and there wouldn't be the confusing inference from reading the > code that the property is NULL) if I could create the array zval in > MINIT instead of in the constructor. Yes youle be handy. Especially when we have typehinting for arrays. regards marcus