3v4l.org

run code in 300+ PHP versions simultaneously
<?php //trait Blah { } class B extends A{} new B(); class A{ use Blah; }
Output for 7.0.0 - 7.0.5
Parse error: syntax error, unexpected '}', expecting end of file in /in/gj74J on line 5
Process exited with code 255.
Output for 5.5.0 - 5.5.34, 5.6.0 - 5.6.20
Parse error: syntax error, unexpected '}' in /in/gj74J on line 5
Process exited with code 255.

preferences:
185.93 ms | 1395 KiB | 68 Q