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]
- Re: [PHP-DEV] Latest commit -- de... Jani Taskinen
- Re: [PHP-DEV] Latest commit -- depreci... Andi Gutmans
- RE: [PHP-DEV] Latest commit -- de... Sean R. Bright
- RE: [PHP-DEV] Latest commit -... Andi Gutmans
- Re: [PHP-DEV] Latest commit -- depreci... Stig Sæther Bakken
- Re: [PHP-DEV] Latest commit -- de... Andi Gutmans
- Re: [PHP-DEV] Latest commit -- de... PHP Whipping Boy
- Re: [PHP-DEV] Latest commit -- depreciatio... Sterling Hughes
- Re: [PHP-DEV] Latest commit -- depreciation of cal... Stig Sæther Bakken
- Re: [PHP-DEV] Latest commit -- depreciation of call_use... Harald Radi
- Sterling Hughes