3v4l.org

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

preferences:
47.05 ms | 402 KiB | 5 Q