3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test { public function __callStatic() { echo "Test"; } } test::add();
Output for 5.3.0 - 5.3.15, 5.4.0 - 5.4.5
Warning: The magic method __callStatic() must have public visibility and be static in /in/f6QS3 on line 4 Fatal error: Method test::__callstatic() must take exactly 2 arguments in /in/f6QS3 on line 6
Process exited with code 255.

preferences:
176.89 ms | 1395 KiB | 29 Q