3v4l.org

run code in 300+ PHP versions simultaneously
<?php class a { public static function ii(){ var_dump($this); } } class b { public function aa(){ $a = new a(); $a->ii(); } $bb = new b(); $bb->aa();
Output for 5.4.0 - 5.4.24
Parse error: syntax error, unexpected '$bb' (T_VARIABLE), expecting function (T_FUNCTION) in /in/s6Hej on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in /in/s6Hej on line 5
Process exited with code 255.

preferences:
195.12 ms | 1395 KiB | 61 Q