Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32636 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30451 invoked by uid 1010); 4 Oct 2007 21:39:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30436 invoked from network); 4 Oct 2007 21:39:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Oct 2007 21:39:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=gabaden@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=gabaden@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.82.228 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: gabaden@gmail.com X-Host-Fingerprint: 66.249.82.228 wx-out-0506.google.com Received: from [66.249.82.228] ([66.249.82.228:27045] helo=wx-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8D/C1-19644-88D55074 for ; Thu, 04 Oct 2007 17:39:20 -0400 Received: by wx-out-0506.google.com with SMTP id s14so328076wxc for ; Thu, 04 Oct 2007 14:39:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=Nm0CFwhlNUB+i+MfXDGYkDgjBsKN69M1vIs491MJfsI=; b=hmLcCjBExVhedzuqYkG+xHvZ5AbItRBxeS0bDlekEpH8n6BGXQEZBjg3xRiVYshQSWt8h1C9XECV8kzA7XvU37YXkXeNNdkcZnHJxVs8piaDV12/ipJOWf2bkwb33Ina5M1KYT9xZPLlkhE5WEf/RB049ROsE2TCnwxRhxn/4ZI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=fDHgF2hiBdEPLgjjlsK1CrCblwY5wU/8B2kujLL2Wp4jQ62ssTpbHYvxlpfsbupEMLh+aTWLe9Zg7eR9muHlC2KbSYqKF9yg+TNDKGyvOSD0IbX9C9oLQm/mCUNeyRKb0LfRD0EMIpQutzQZ1yJYVbqLidKTLXWmm3dInXSB594= Received: by 10.70.33.8 with SMTP id g8mr17890099wxg.1191533957632; Thu, 04 Oct 2007 14:39:17 -0700 (PDT) Received: by 10.70.57.13 with HTTP; Thu, 4 Oct 2007 14:39:17 -0700 (PDT) Message-ID: Date: Fri, 5 Oct 2007 01:39:17 +0400 Reply-To: sherman@oemdesign.ru Sender: gabaden@gmail.com To: "Michael Wallner" Cc: internals@lists.php.net In-Reply-To: <58.3A.52870.30355074@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <58.3A.52870.30355074@pb1.pair.com> X-Google-Sender-Auth: 10003c6120edc6df Subject: Re: [PHP-DEV] how declare protected array property at internal class properly From: sherman@oemdesign.ru ("Denis Gabaidulin") On 10/5/07, Michael Wallner wrote: > > zval *prop; > MAKE_STD_ZVAL(prop); > array_init(prop); > zend_update_property(Z_OBJCE_P(getThis()), getThis(), > ZEND_STRS("prop")-1, prop TSRMLS_CC); > zval_ptr_dtor(&prop); > > IIRC complex types for internal zvals was on some engine todo or--at > least--wish list... Good news... > > Regards, > -- > Michael Thanks a lot, Michael. > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >