On 2004/07/01, at 14:25, Andi Gutmans wrote:

Hi Moriyoshi,

The object handle is not a unique identifier. Different object types (e.g. PHP objects, SimpleXML objects) can have the same object handle. The real unique identifier is object handle + object handlers array or more useful in your case, possibly class name and object handle.

Thanks for the advice. So, will object handle + the VM address to the class entry suffice either?


Moriyoshi

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



Reply via email to