3v4l.org

run code in 300+ PHP versions simultaneously
<?php class sample{ $sam = 'hello'; } $s = new sample; echo $s->sam;
Output for 5.4.0 - 5.4.10
Parse error: syntax error, unexpected '$sam' (T_VARIABLE), expecting function (T_FUNCTION) in 69880 on line 3
Process exited with code 255.
Output for 5.3.2 - 5.3.20
Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in 69880 on line 3
Process exited with code 255.

preferences:
174.53 ms | 1395 KiB | 37 Q