3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = "1:2,3:4,5:6"; $data = explode(",", $data); $data = array_walk($data, function($e) { $e = explode(':', $e); }); var_dump($data)
Output for 5.4.0 - 5.4.28, 5.5.0 - 5.5.12
Parse error: syntax error, unexpected end of file in /in/TlvWT on line 7
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end in /in/TlvWT on line 7
Process exited with code 255.

preferences:
207.46 ms | 1395 KiB | 78 Q