3v4l.org

run code in 300+ PHP versions simultaneously
<?php class foo { $x = 'a' . 'b'; // ok - can be calculated at compile-time $y = $_POST['foo']; // not ok - only calculable at runtime. }
Output for 5.5.24 - 5.5.30, 5.6.8 - 5.6.16, 7.0.0
Parse error: syntax error, unexpected '$x' (T_VARIABLE), expecting function (T_FUNCTION) in /in/n5MVj on line 4
Process exited with code 255.

preferences:
163.21 ms | 1399 KiB | 24 Q