3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { public function tester($z=1) { echo '22 '.$z; }; } $d = new Test(); $mom = array( 'hell' => $d ); $mom['hell']->tester();
Output for 5.4.0 - 5.4.30
Parse error: syntax error, unexpected ';', expecting function (T_FUNCTION) in /in/DuHlN on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected ';', expecting T_FUNCTION in /in/DuHlN on line 5
Process exited with code 255.

preferences:
186.29 ms | 1399 KiB | 67 Q