3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { static function __callStatic($name) { var_dump($name); } } Test::bar('hello');
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.28
Fatal error: Method Test::__callstatic() must take exactly 2 arguments in /in/AMtOl on line 7
Process exited with code 255.

preferences:
188.74 ms | 1399 KiB | 65 Q