> Angel,
> 
> On 18/03/13 14:04, Julien Pauli wrote:
> > > Also, AFAIR, call_user_func() doesn't work with functions using 
> > > references in args. Julien.Pauli
> > AFAIK it does.
> > Do you have an example where it doesn't?
> >
> 
> It definitely does not:
> 
> http://3v4l.org/C8Kme
> 
> And if you try call-time-pass-by-reference, it gets worse:
> 
> http://3v4l.org/pI89l
> 
> Anthony
Although it does not work with call_user_func() it does work with
call_user_func_array() see:
http://3v4l.org/GdUmM


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

Reply via email to