3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { abstract public static function test() { } }
Output for 7.0.0 - 7.0.2
Fatal error: Abstract function Test::test() cannot contain body in /in/MRcWF on line 5
Process exited with code 255.
Output for 5.5.24 - 5.5.31, 5.6.8 - 5.6.17
Strict Standards: Static function Test::test() should not be abstract in /in/MRcWF on line 5 Fatal error: Abstract function Test::test() cannot contain body in /in/MRcWF on line 8
Process exited with code 255.

preferences:
168.82 ms | 1399 KiB | 28 Q