3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(-1); class Test { function a() { echo 'a'; } static function b() { echo 'b'; } } Test::b(); Test::a();

preferences:
37.51 ms | 402 KiB | 5 Q