3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Person { $name; } $ronen = new Person(); $ronen->name = 'ronen'; echo $ronen->name;
Output for 5.4.13
Parse error: syntax error, unexpected '$name' (T_VARIABLE), expecting function (T_FUNCTION) in /in/j7BdG on line 5
Process exited with code 255.
Output for 5.4.0 - 5.4.12
Parse error: syntax error, unexpected '$name' (T_VARIABLE), expecting function (T_FUNCTION) in 9enc5 on line 5
Process exited with code 255.
Output for 5.3.23
Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in /in/j7BdG 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_FUNCTION in 9enc5 on line 5
Process exited with code 255.

preferences:
174.01 ms | 1395 KiB | 45 Q