3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = ['item1', 'item2', 'item3']; $array3 = array(); foreach ($array as $sleutel){ $array2 = array(); for ($i = 0, $i < 3, $i++){ $array2[]= $i*2; } $array3[$sleutel] = $array2; } var_dump($array3); ?>
Output for 7.2.0 - 7.2.26, 7.3.0 - 7.3.13, 7.4.0 - 7.4.1
Parse error: syntax error, unexpected ')', expecting ';' in /in/bTp7Y on line 6
Process exited with code 255.

preferences:
170.52 ms | 1395 KiB | 50 Q