3v4l.org

run code in 300+ PHP versions simultaneously
<?php $prices = array_column($ShoppingCart, 'Price'); array_walk($prices, function(&$price, $i) { if($i) $price *= .75; }); $total = array_sum($prices);

preferences:
41.92 ms | 402 KiB | 5 Q