3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { private static $v; public void __construct() { static::$v = 2; } } ?>
Output for 5.4.0 - 5.4.19
Parse error: syntax error, unexpected 'void' (T_STRING), expecting variable (T_VARIABLE) in /in/90nQo on line 7
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE in /in/90nQo on line 7
Process exited with code 255.

preferences:
180.1 ms | 935 KiB | 56 Q