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::a(); Test::b();

preferences:
36.18 ms | 402 KiB | 5 Q