3v4l.org

run code in 500+ PHP versions simultaneously
<?php $data = [ ['Price' => 18, 'Quantity' => 2], ['Price' => 21, 'Quantity' => 1], ]; $total = array_sum(array_map('array_product', $data)); echo $total;

preferences:
49.95 ms | 1390 KiB | 5 Q