3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface foo {} class bar extends foo {} function test() : foo { return new bar; } test();
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.7
Fatal error: Class bar cannot extend from interface foo in /in/IZ4eP on line 5
Process exited with code 255.

preferences:
172.68 ms | 1395 KiB | 36 Q