<?php $masterArray = [ [ ['gross_value' => '100', 'quantity' => '5'], ['gross_value' => '200', 'quantity' => '6'] ] ]; var_export( array_map('array_merge', ...$masterArray) );
You have javascript disabled. You will not be able to edit any code.