3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface A { function test(); } interface B { function test(); } class C implements A,B { public function test(); }
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.22
Fatal error: Non-abstract method C::test() must contain body in /in/Tkpeo on line 15
Process exited with code 255.

preferences:
170.81 ms | 1399 KiB | 58 Q