3v4l.org

run code in 300+ PHP versions simultaneously
<table><?= array_map(function($i) {return sprintf('<tr><td>%d</td></tr>', $i);}, range(1,10))); ?></table>
Output for 5.4.0 - 5.4.28
Parse error: syntax error, unexpected ')', expecting ',' or ';' in /in/QdTK9 on line 1
Process exited with code 255.
Output for 5.3.0 - 5.3.29
<table><?= array_map(function($i) {return sprintf('<tr><td>%d</td></tr>', $i);}, range(1,10))); ?></table>

preferences:
177.18 ms | 1395 KiB | 66 Q