Hi there,
I'm in php 4 and i use objects, despite planning very carefully, there seems to be a bit of code that does not use a reference to an object (as it should be) but it copies the object (probably with "=").
is there any way to find out if an object is a reference or alias to another object or a identical copy? I mean, the ===-operator does not work (returns equal in both cases), and i tried some other things.
A function, that would return the same value for a varaible and it's references and another value for identical copies would be great, but there is no such thing, is there?
thanks,
Jochen