3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test { public function __callStatic($name, $args) { var_dump($name); var_dump($args); } } test::test(1, 'hello');

preferences:
36.43 ms | 402 KiB | 5 Q