3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = array( 0 => array( 'gozhi' => 2, 'uzorong' => 1, 'ngangla' => 4, 'langthel' => 5 ), 1 => array( 'gozhi' => 5, 'uzorong' => 0, 'ngangla' => 3, 'langthel' => 2 ), 2 => array( 'gozhi' => 3, 'uzorong' => 0, 'ngangla' => 1, 'langthel' => 3 ), ); $res = array_map(function() { return array_sum(func_get_args()); }, $data); var_dump($res);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: array_sum(): Addition is not supported on type array in /in/WPC5k on line 24 Warning: array_sum(): Addition is not supported on type array in /in/WPC5k on line 24 Warning: array_sum(): Addition is not supported on type array in /in/WPC5k on line 24 array(3) { [0]=> int(0) [1]=> int(0) [2]=> int(0) }

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:
60.23 ms | 402 KiB | 8 Q