Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12414 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44367 invoked by uid 1010); 27 Aug 2004 09:16:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 44343 invoked by uid 1007); 27 Aug 2004 09:16:20 -0000 Message-ID: <20040827091620.44342.qmail@pb1.pair.com> To: internals@lists.php.net Date: Fri, 27 Aug 2004 11:16:32 +0200 Organization: IWORKS User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: de-AT, de-DE, de, en-GB, en-US, en MIME-Version: 1.0 X-Enigmail-Version: 0.83.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig613C33EA60D7D8D261F46C9B" X-Posted-By: 80.121.40.198 Subject: retrieveing the zval pointer of an "object" From: mike@php.net (Michael Wallner) --------------enig613C33EA60D7D8D261F46C9B Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I have an hopefully simple question; imagine the following statement: obj = (struct obj_struct *) zend_object_store_get_object(zval TSRMLS_CC); Ok, now I'm in a situation where I'd need the other way round, i.e. a way to fetch the zval of the obj I've got (i.e. I have "obj" and need "zval"). Any hints? Thanks, -- Michael - < mike(@)php.net > --------------enig613C33EA60D7D8D261F46C9B Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (Cygwin) iD8DBQFBLvvz2pTtEijQyW0RAgFsAJ9AwED3RsnL32KD8qD8hm1IXgm+1gCfaKMq YYUiAVxUozrHI/8WCNq8+V0= =YH8c -----END PGP SIGNATURE----- --------------enig613C33EA60D7D8D261F46C9B--