3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { public $a = 1; public function test() { var_dump(self::class) } } $a = new A(); $a->test();
Output for 5.4.16
Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /in/2v6PI on line 8
Process exited with code 255.
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 OIQYD on line 8
Process exited with code 255.
Output for 5.3.26
Parse error: syntax error, unexpected T_CLASS, expecting T_STRING or T_VARIABLE or '$' in /in/2v6PI on line 8
Process exited with code 255.
Output for 5.3.25
Parse error: syntax error, unexpected T_CLASS, expecting T_STRING or T_VARIABLE or '$' in /in/OIQYD on line 8
Process exited with code 255.
Output for 5.3.0 - 5.3.24
Parse error: syntax error, unexpected T_CLASS, expecting T_STRING or T_VARIABLE or '$' in OIQYD on line 8
Process exited with code 255.

preferences:
168.54 ms | 1395 KiB | 51 Q