Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 19
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 19
Branch analysis from position: 4
2 jumps found. (Code = 77) Position 1 = 5, Position 2 = 17
Branch analysis from position: 5
2 jumps found. (Code = 78) Position 1 = 6, Position 2 = 17
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
Branch analysis from position: 17
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 17
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 19
filename:       /in/hmu5r
function name:  (null)
number of ops:  24
compiled vars:  !0 = $data, !1 = $tmpArr, !2 = $dat, !3 = $d, !4 = $key
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   42     1        ASSIGN                                                   !1, <array>
   43     2      > FE_RESET_R                                       $7      !0, ->19
          3    > > FE_FETCH_R                                               $7, !2, ->19
   44     4    > > FE_RESET_R                                       $8      !2, ->17
          5    > > FE_FETCH_R                                               $8, !3, ->17
   45     6    >   INIT_FCALL                                               'array_keys'
          7        SEND_VAR                                                 !3
          8        DO_ICALL                                         $9      
          9        FETCH_DIM_R                                      ~10     $9, 0
         10        ASSIGN                                                   !4, ~10
   46    11        FETCH_DIM_R                                      ~13     !3, !4
         12        FETCH_DIM_R                                      ~15     !3, 'SUMME'
         13        FETCH_DIM_W                                      $12     !1, !4
         14        ASSIGN_DIM                                               $12, ~13
         15        OP_DATA                                                  ~15
   44    16      > JMP                                                      ->5
         17    >   FE_FREE                                                  $8
   43    18      > JMP                                                      ->3
         19    >   FE_FREE                                                  $7
   50    20        INIT_FCALL                                               'print_r'
         21        SEND_VAR                                                 !1
         22        DO_ICALL                                                 
         23      > RETURN                                                   1
Generated using Vulcan Logic Dumper, using php 8.0.0