isn't the situation that several zvals can reference one object?

Andrey

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?

Thanks,

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



Reply via email to