3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! class Foo { static function bar() { } } $klass = 'Foo'; $method = 'bar'; var_dump(is_callable($klass::$method()));

preferences:
37.91 ms | 402 KiB | 5 Q