<?php $array = [['user1' => 20], ['user2' => 30], 3 => ['user3' => 10]]; echo array_sum(array_merge(...$array));
You have javascript disabled. You will not be able to edit any code.