[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-internals
Subject:    Re: [PHP-DEV] PR 659 / #60687: directly call a callable
From:       Marc Bennewitz <php () marc-bennewitz ! de>
Date:       2014-05-20 18:53:10
Message-ID: 537BA496.8020706 () marc-bennewitz ! de
[Download RAW message or body]

Nobody here to tell me if I have something to do with it?

On 15.05.2014 20:11, Marc Bennewitz wrote:
> Hi list
>
> Since the hype-hint "callable" is out it doesn't catch if the callable
> argument is directly callable - so currently using
> "call_user_func[_array]" is a requirement.
>
> @see http://3v4l.org/OYAgk
>
> class MyClass {
>      public static function test() {
>          var_dump(__METHOD__);
>      }
> }
>
> function call(callable $f) {
>      $f();
> }
>
> call('MyClass::test');
>
> I have created a PR to make this one possible and would very like to see
> this one fixed from PHP-5.6 down to PHP-5.4 were the callable type-hint
> was added.
>
> Is there something I have to do ?
> (I'll be not available after the next week for 3 month)
>
> Marc
>

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic