Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YaPsk
function name:  (null)
number of ops:  22
compiled vars:  !0 = $string, !1 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'abc%2C+abcd%2C+aec%2C+abc%2C+aaa%2C+ccc%2C+aec%2C+abc%2C+efg%2C+abc%2C+aaa%2C+aec%2C+cde'
    5     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '%2C'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
    9     6        INIT_FCALL                                               'array_map'
          7        DECLARE_LAMBDA_FUNCTION                          ~5      [0]
   11     8        SEND_VAL                                                 ~5
          9        SEND_VAR                                                 !1
    9    10        DO_ICALL                                         $6      
         11        ASSIGN                                                   !1, $6
   13    12        INIT_FCALL                                               'array_reduce'
         13        SEND_VAR                                                 !1
         14        DECLARE_LAMBDA_FUNCTION                          ~8      [1]
   21    15        SEND_VAL                                                 ~8
   13    16        DO_ICALL                                         $9      
         17        ASSIGN                                                   !1, $9
   23    18        INIT_FCALL                                               'var_dump'
         19        SEND_VAR                                                 !1
         20        DO_ICALL                                                 
         21      > RETURN                                                   1
Dynamic Functions:
Dynamic Function 0
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YaPsk
function name:  {closure}
number of ops:  6
compiled vars:  !0 = $item
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    9     0  E >   RECV                                             !0      
   10     1        INIT_FCALL                                               'trim'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $1      
          4      > RETURN                                                   $1
   11     5*     > RETURN                                                   null
End of Dynamic Function 0
Dynamic Function 1
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 7
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YaPsk
function name:  {closure}
number of ops:  11
compiled vars:  !0 = $carry, !1 = $item
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   RECV                                             !0      
          1        RECV                                             !1      
   14     2        ISSET_ISEMPTY_DIM_OBJ                         0          !0, !1
          3      > JMPZ                                                     ~2, ->7
   15     4    >   FETCH_DIM_RW                                     $3      !0, !1
          5        PRE_INC                                                  $3
   14     6      > JMP                                                      ->9
   17     7    >   ASSIGN_DIM                                               !0, !1
          8        OP_DATA                                                  1
   20     9    > > RETURN                                                   !0
   21    10*     > RETURN                                                   null
End of Dynamic Function 1
Generated using Vulcan Logic Dumper, using php 8.0.0