3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test { var $a = "ok"; $a = "ok"; function test() { $this->a; } } $test = new test(); echo $test->test();
Output for 5.4.0 - 5.4.9
Parse error: syntax error, unexpected '$a' (T_VARIABLE), expecting function (T_FUNCTION) in /in/3Hape on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.19
Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in /in/3Hape on line 3
Process exited with code 255.

preferences:
173.38 ms | 1399 KiB | 37 Q