3v4l.org

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

preferences:
193.5 ms | 1395 KiB | 78 Q