3v4l.org

run code in 300+ PHP versions simultaneously
<?php class someClass { function someMethod() { } } $anObject = new someClass(); $methodVariable = array($anObject, 'someMethod'); var_dump(is_callable($methodVariable, true, $callable_name)); // bool(true)

preferences:
59.01 ms | 402 KiB | 5 Q