3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ ['gozhi' => 2, 'uzorong' => 1, 'ngangla' => 4, 'langthel' => 5], ['gozhi' => 5, 'uzorong' => 0, 'ngangla' => 3, 'langthel' => 2], ['gozhi' => 3, 'uzorong' => 0, 'ngangla' => 1, 'langthel' => 3], ]; var_export( array_map( fn() => array_sum(func_get_args()), ...$array ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9hM3V
function name:  (null)
number of ops:  11
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
   10     1        INIT_FCALL                                               'var_export'
   11     2        INIT_FCALL                                               'array_map'
   12     3        DECLARE_LAMBDA_FUNCTION                                  '%00%7Bclosure%7D%2Fin%2F9hM3V%3A12%240'
          4        SEND_VAL                                                 ~2
   13     5        SEND_UNPACK                                              !0
          6        CHECK_UNDEF_ARGS                                         
          7        DO_ICALL                                         $3      
          8        SEND_VAR                                                 $3
          9        DO_ICALL                                                 
   15    10      > RETURN                                                   1

Function %00%7Bclosure%7D%2Fin%2F9hM3V%3A12%240:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9hM3V
function name:  {closure}
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   12     0  E >   INIT_FCALL                                               'array_sum'
          1        FUNC_GET_ARGS                                    ~0      
          2        SEND_VAL                                                 ~0
          3        DO_ICALL                                         $1      
          4      > RETURN                                                   $1
          5*     > RETURN                                                   null

End of function %00%7Bclosure%7D%2Fin%2F9hM3V%3A12%240

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.1 ms | 1395 KiB | 19 Q