On Thu, 27 Jan 2005, Andi Gutmans wrote:
> I'm not sure what you mean by passing by reference. If you want to do real 
> by reference work then you have to use object proxies and ->set() ->get() 
> callbacks. In general, the semantics of by reference is mainly designed for 
> regular PHP objects and zval **'s (i.e. PHP values).

I tried passing my property to a function that accepts parameter by
reference, and the modifying it inside the function. The value was
changed on the outside as well.

- Andrei

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to