3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); class a { static var $x = 'labas'; static function c() { echo self::$x; //echo self::b('aaa'); } } a::c();
Output for 5.4.0 - 5.4.27
Parse error: syntax error, unexpected 'var' (T_VAR), expecting variable (T_VARIABLE) in /in/KucJK on line 6
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_VAR, expecting T_VARIABLE in /in/KucJK on line 6
Process exited with code 255.

preferences:
183.89 ms | 1386 KiB | 64 Q