I have this situation:
$qty = array(1) {[0]=> array(1) { [\"qty\"]=> string(5) \"35254\" } $price = array(1) {[0]=> array(1) { [\"price\"]=> string(5
try with
$res = array_merge_recursive($qty, $price); print_r($res);