--TEST-- Perform a packed to hash insert when the iterator is at the end of the array --FILE-- &$v) { var_dump($v); if ($k == 1) $a[4] = 4; if ($k == 4) $a[2] = 2; } ?> --EXPECT-- int(1) int(4) int(2)