3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [1, 1, 2, 3, 5, 8, 13, 21, 34, 55]; foreach ($array as &value) { $value *= value; } var_dump($array); $value = 42; var_dump($array);
Output for 5.4.0 - 5.4.23
Parse error: syntax error, unexpected ')', expecting :: (T_PAAMAYIM_NEKUDOTAYIM) in /in/WeMAF on line 5
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected '[' in /in/WeMAF on line 3
Process exited with code 255.

preferences:
168.05 ms | 1399 KiB | 60 Q