3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test { var $a && $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 '&&' (T_BOOLEAN_AND), expecting ',' or ';' in /in/95a4r on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.19
Parse error: syntax error, unexpected T_BOOLEAN_AND, expecting ',' or ';' in /in/95a4r on line 3
Process exited with code 255.

preferences:
166.91 ms | 1399 KiB | 37 Q