3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { final protected static foo() {} } class B extends A { protected static foo() {} }
Output for 7.1.0 - 7.1.7
Parse error: syntax error, unexpected 'foo' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /in/4o301 on line 4
Process exited with code 255.
Output for 7.0.0 - 7.0.20
Parse error: syntax error, unexpected 'foo' (T_STRING), expecting variable (T_VARIABLE) in /in/4o301 on line 4
Process exited with code 255.

preferences:
163.84 ms | 1395 KiB | 36 Q