<?php $parent = [ 1 => Array ( 0 => 'test1', 1 => 'test2' ), 2 => Array ( 0 => 'test1_1', 1 => 'test2_2' ) ]; var_export( array_combine(array_keys($parent), array_map(null, ...$parent)) );
You have javascript disabled. You will not be able to edit any code.