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.3.22, 5.4.12
Parse error: syntax error, unexpected '=', expecting '(' in /in/vuHbD on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.21, 5.4.0 - 5.4.11
Parse error: syntax error, unexpected '=', expecting '(' in 6lSkp on line 5
Process exited with code 255.

preferences:
172.22 ms | 1395 KiB | 43 Q