Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 125) Position 1 = 4, Position 2 = 7
Branch analysis from position: 4
2 jumps found. (Code = 126) Position 1 = 5, Position 2 = 7
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 7
2 jumps found. (Code = 125) Position 1 = 12, Position 2 = 15
Branch analysis from position: 12
2 jumps found. (Code = 126) Position 1 = 13, Position 2 = 15
Branch analysis from position: 13
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
Branch analysis from position: 7
filename:       /in/oU3is
function name:  (null)
number of ops:  23
compiled vars:  !0 = $tmp1, !1 = $tmp2, !2 = $v
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, <array>
    6     2        FETCH_DIM_W                                      $5      !0, 'foo'
          3      > FE_RESET_RW                                      $6      $5, ->7
          4    > > FE_FETCH_RW                                              $6, !2, ->7
    7     5    >   UNSET_DIM                                                !2, 'b'
    6     6      > JMP                                                      ->4
          7    >   FE_FREE                                                  $6
   10     8        FETCH_DIM_IS                                     ~7      !1, 'foo'
          9        COALESCE                                         ~8      ~7
         10        QM_ASSIGN                                        ~8      <array>
         11      > FE_RESET_RW                                      $9      ~8, ->15
         12    > > FE_FETCH_RW                                              $9, !2, ->15
   11    13    >   UNSET_DIM                                                !2, 'b'
   10    14      > JMP                                                      ->12
         15    >   FE_FREE                                                  $9
   15    16        INIT_FCALL                                               'var_dump'
         17        SEND_VAR                                                 !0
         18        DO_ICALL                                                 
   16    19        INIT_FCALL                                               'var_dump'
         20        SEND_VAR                                                 !1
         21        DO_ICALL                                                 
         22      > RETURN                                                   1
Generated using Vulcan Logic Dumper, using php 8.0.0