3v4l.org

run code in 300+ PHP versions simultaneously
<?php $resultCache[129]= [ 'total' => 1000, 'free_from' => "2000", 'addinupshippingcosts' => "0", 'articles' => [ ['shipping_costs_total' => 22], ['shipping_costs_total' => 25], ['shipping_costs_total' => 12], ] ]; $max = array_column($resultCache[129]['articles'], 'shipping_costs_total'); arsort($max); print_r($max); reset($max); $first_key = key($max); echo $first_key; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [1] => 25 [0] => 22 [2] => 12 ) 1

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
40.81 ms | 405 KiB | 5 Q