3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array("81799" => Array ( "TOTAL_HITS" => 254, "UNIQUE_HITS" => 82 ) ); $b = array("81799" => Array ( "ACTIVATION" => 7561.60, "RENEWAL" => 300, "ACT_REVENUE" => 7310.22 ) ); foreach($a as $key_a => $val_a) { $temp = $b[$key_a] + $val_a; //$result[$key_a] = $b[$key_a]; $result[$key_a] = $temp; } print_r($result);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [81799] => Array ( [ACTIVATION] => 7561.6 [RENEWAL] => 300 [ACT_REVENUE] => 7310.22 [TOTAL_HITS] => 254 [UNIQUE_HITS] => 82 ) )

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:
169.53 ms | 406 KiB | 5 Q