3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface test { abstract function foobar(); } echo 'toto';
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:
165.35 ms | 1395 KiB | 29 Q