3v4l.org

run code in 300+ PHP versions simultaneously
<?php function getArray() { return array(1, 2, 3); } $foo = array('foo' => function ($x) {echo $x}); $foo['foo']("Hello world"); ?>
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.24
Parse error: syntax error, unexpected '}', expecting ',' or ';' in /in/JeSKX on line 6
Process exited with code 255.

preferences:
179.03 ms | 1395 KiB | 61 Q