3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(-1); class foo { static function $bar = 1; } $x = new foo; var_dump($x->bar);
Output for 5.4.0 - 5.4.12
Parse error: syntax error, unexpected '$bar' (T_VARIABLE), expecting identifier (T_STRING) in /in/1sKT1 on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.22
Parse error: syntax error, unexpected T_VARIABLE, expecting T_STRING in /in/1sKT1 on line 5
Process exited with code 255.

preferences:
172.28 ms | 1386 KiB | 43 Q