3v4l.org

run code in 300+ PHP versions simultaneously
<?php abstract class Test { abstract static public function test() { echo "!!!"; } } Test::test()
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.30
Strict Standards: Static function Test::test() should not be abstract in /in/4T6sN on line 5 Fatal error: Abstract function Test::test() cannot contain body in /in/4T6sN on line 8
Process exited with code 255.

preferences:
184.39 ms | 1400 KiB | 67 Q