<?php $list = ['item1','item2','item3','item4','item5','item6']; var_export( array_map(fn($row) => array_merge([999999], $row), array_chunk($list, 2)) );
You have javascript disabled. You will not be able to edit any code.