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:
32.47 ms | 402 KiB | 5 Q