* Thus wrote Andrew Nagy:
> Curt Zirzow wrote:
> 
> >* Thus wrote Andrew Nagy:
> >
> >>How do you use the call_user_func function with call-time 
> >>pass-by-reference deprecation?
> >>
> >>For example:
> >>
> >>function fun(&$arg) {
> >> $arg++;
> >>}
>
> ...
>
> >$func_call = 'fun';
> >$func_call($var);
> >
> 
> This does not do what I need.  I need to be able to call a dynamic 
> function name and pass in the parameters with the &.  The problem is 
> this syntax is now deprecated.

Did you even try it!


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to