3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { function test() {echo static::class} } class B extends A {} $a = new B; echo $a->test();
Output for 5.4.0 - 5.4.15
Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /in/U1bW4 on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.25
Parse error: syntax error, unexpected T_CLASS, expecting T_STRING or T_VARIABLE or '$' in /in/U1bW4 on line 3
Process exited with code 255.

preferences:
168.68 ms | 1399 KiB | 49 Q