Re: Re: Strange notation to create object

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 24/06/05, Jason Barnett <jason.barnett@xxxxxxxxxxxxx> 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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux