3v4l.org

run code in 300+ PHP versions simultaneously
<?php $list = array("thing one", "thing two", "thing three"); echo implode(', ', array_walk($list, function($v, $k) { return $k + 1 . ". $v"; })));
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.28
Parse error: syntax error, unexpected ')', expecting ',' or ';' in /in/JX26o on line 4
Process exited with code 255.

preferences:
181.99 ms | 1399 KiB | 65 Q