<?php $bar = range(0, 5); $i = 0; $foo[$i] = $bar[$i++]; var_dump($foo);
You have javascript disabled. You will not be able to edit any code.