Timm Friebe wrote:
> Why was this added?

 I asked Marcus to add these.

> These:
> 
> 1) call_user_func_array(
>      array(new ReflectionMethod('class', 'method'), 'invoke',
>      array(1, 2, 3)
>    )
> 
> 2) call_user_func(
>      array(new ReflectionMethod('class', 'method'), 'invoke',
>      1, 2, 3
>    )
> 
> work just fine.

 They work, but not seamless.

-- 
Sebastian Bergmann                      http://www.sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

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

Reply via email to