3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = [ 'e', 'b', 'c' ]; $arr = array_map($arr, function($val) {return $val.'111';})
Output for 5.4.0 - 5.4.27, 5.5.0 - 5.5.11
Parse error: syntax error, unexpected end of file in /in/oWfSi on line 7
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected '[' in /in/oWfSi on line 3
Process exited with code 255.

preferences:
194.33 ms | 1395 KiB | 76 Q