On 24/06/05, Jason Barnett <jason.barnett@telesuite.com> wrote:
> OK I'm pretty clear on it, but now I wonder: is variable assignment (=)
> the only place where the Zend Engine will copy a reference instead of
> reference the reference?
In PHP 4, function arguments work the same way. Unless you use the
reference operator & you will be working on a copy of the object.