3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); class A { static public function test() { echo 'hallo'; } } $a = new A; $a->test();

preferences:
42.04 ms | 402 KiB | 5 Q