$clone = clone $object; $clone = null;
Also, I can't replicate the problem with another class. It only seems to be this class.
On 15 Feb 2004, at 5:47 PM, Marcus Boerger wrote:
Hello,
most probably that property is a reference in which case the result is correct.
Sunday, February 15, 2004, 11:45:56 PM, you wrote:
It appears that cloning is broken, since a modification to the clone modifies the original. For my __clone method implementation, I allow all of the variables to be set by default except for one. But this problem persists even when I don't modify that one variable.
-- Best regards, Marcus mailto:[EMAIL PROTECTED]
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php