is_callable works correctly with Closure (PHP 5.3)

    is_callable and the call_user_func family of functions work correctly with Closure closures (PHP 5.3) just like with anonymous functions. Simple tests:

    Also popular now: