3v4l.org

run code in 300+ PHP versions simultaneously
<?php interface Test1 { function test(); } interface Test2 implements Test1 { function test2(); } interface Test3 implements Test1 { function test3(); } class Foo implements Test2, Test3 { function test() {} function test2() {} function test3() {} }
Output for 5.4.0 - 5.4.14
Parse error: syntax error, unexpected 'implements' (T_IMPLEMENTS), expecting '{' in /in/R6I1j on line 7
Process exited with code 255.
Output for 5.3.0 - 5.3.24
Parse error: syntax error, unexpected T_IMPLEMENTS, expecting '{' in /in/R6I1j on line 7
Process exited with code 255.

preferences:
174.98 ms | 1395 KiB | 47 Q