3v4l.org

run code in 500+ PHP versions simultaneously
<?php interface test { abstract function foobar(); } echo 'toto';
Output for 8.3.5
Fatal error: Interface method test::foobar() must not be abstract in /in/uGiYj on line 4
Process exited with code 255.
Output for 7.0.6 - 7.0.17, 7.1.0 - 7.1.3
Fatal error: Access type for interface method test::foobar() must be omitted in /in/uGiYj on line 4
Process exited with code 255.
Output for 7.0.0 - 7.0.5
toto

preferences:
50.1 ms | 579 KiB | 3 Q