<?php class Foo { public function bar() { } } $callable = [Foo::class, 'bar']; var_export(is_callable($callable));
You have javascript disabled. You will not be able to edit any code.