On Fri, 27 Aug 2004, Michael Wallner wrote:
> 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?

The main question is: why do you need to do it?

- Andrei

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to