3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { const CLASS = static::class; } class B extends A {} echo A::CLASS: echo B::CLASS:
Output for 5.4.0 - 5.4.28
Parse error: syntax error, unexpected 'CLASS' (T_CLASS), expecting identifier (T_STRING) in /in/3YJN7 on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_CLASS, expecting T_STRING in /in/3YJN7 on line 4
Process exited with code 255.

preferences:
182.27 ms | 1395 KiB | 65 Q