Code: Select all
for ($iii = 0; $iii < $ii; $iii++) {
array_shift($array);
}

I don't know it this bug is specific to this beta release, but since I've found it just now, I'm reporting it here.
Code: Select all
for ($iii = 0; $iii < $ii; $iii++) {
array_shift($array);
}