3v4l.org

run code in 300+ PHP versions simultaneously
<?php trait Foo { // } trait Bar extends Foo { // }
Output for 7.0.0
Parse error: syntax error, unexpected 'extends' (T_EXTENDS), expecting '{' in /in/87g78 on line 8
Process exited with code 255.
Output for 5.5.24 - 5.5.30, 5.6.8 - 5.6.16
Fatal error: A trait (Bar) cannot extend a class. Traits can only be composed from other traits with the 'use' keyword. Error in /in/87g78 on line 9
Process exited with code 255.

preferences:
179.88 ms | 940 KiB | 25 Q