Harald Radi wrote:

>>new way:
>>call_user_func(array(&$obj, "method"), "method", "args", "go", "here");
>>
> -----------------------^
> isn't 'pass by reference' deprecated too ?
> 


yes, so?  the above is not pass by reference, your passing an array to 
the function, not a reference to an array.

-sterling


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to