3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test { public function bar() { print_r($this); } public static function __callStatic($method, $args) { echo "STATIC\n"; } } test::bar();

preferences:
62.09 ms | 2736 KiB | 5 Q