3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public function thing() { var_dump(is_callable(array($this, 'thing'))); } } $foo = new Foo(); $foo->thing();

preferences:
37.99 ms | 402 KiB | 5 Q