Hi! > - Can two objects can have the same object id > but different object handlers? > (e.g. iterators of some built in classes?) > I'm not familiar enough with PHP's history to be sure.
Yes, if extension using non-standard handlers is in use. > - Can the the largest object handle be larger > than the size of `zend_long` in 32-bit systems? Handle is uint32_t, so probably no. -- Stas Malyshev smalys...@gmail.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php