3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public function helloWorld() { var_dump($this); } public function doSomething() { self::helloWorld(); } } $f = new Foo; $f->doSomething();

preferences:
43.78 ms | 402 KiB | 5 Q