On 24/06/05, Jason Barnett <[EMAIL PROTECTED]> 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. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php