Wez Furlong wrote:
> I suppose that what I'm really after is an "is_same_object" test,
> rather than a is_equal_object or is_identical_object.

  With the Zend Engine 2 you can use the === operator to check if to
  variables reference the same object.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

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

Reply via email to