3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test { public static function hey() { return $this; } } $out = new test; $hey = $out->hey(); var_dump($hey);

preferences:
58.67 ms | 402 KiB | 5 Q