Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1Kivp
function name:  (null)
number of ops:  8
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   47     1        INIT_FCALL                                               'sortfilesystem'
          2        SEND_REF                                                 !0
          3        DO_FCALL                                      0          
   48     4        INIT_FCALL                                               'var_export'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
          7      > RETURN                                                   1
Function sortfilesystem:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 125) Position 1 = 4, Position 2 = 17
Branch analysis from position: 4
2 jumps found. (Code = 126) Position 1 = 5, Position 2 = 17
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 14
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/1Kivp
function name:  sortFileSystem
number of ops:  32
compiled vars:  !0 = $array, !1 = $dirs, !2 = $files, !3 = $v, !4 = $k
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   30     0  E >   RECV                                             !0      
   32     1        ASSIGN                                                   !1, <array>
   33     2        ASSIGN                                                   !2, <array>
   34     3      > FE_RESET_RW                                      $7      !0, ->17
          4    > > FE_FETCH_RW                                      ~8      $7, !3, ->17
          5    >   ASSIGN                                                   !4, ~8
   35     6        TYPE_CHECK                                  128          !3
          7      > JMPZ                                                     ~10, ->14
   36     8    >   INIT_FCALL_BY_NAME                                       'sortFileSystem'
          9        SEND_VAR_EX                                              !3
         10        DO_FCALL                                      0          
   37    11        ASSIGN_DIM                                               !1, !4
         12        OP_DATA                                                  !3
   35    13      > JMP                                                      ->16
   39    14    >   ASSIGN_DIM                                               !2
         15        OP_DATA                                                  !3
   34    16    > > JMP                                                      ->4
         17    >   FE_FREE                                                  $7
   42    18        INIT_FCALL                                               'ksort'
         19        SEND_REF                                                 !1
         20        SEND_VAL                                                 6
         21        DO_ICALL                                                 
   43    22        INIT_FCALL                                               'sort'
         23        SEND_REF                                                 !2
         24        SEND_VAL                                                 6
         25        DO_ICALL                                                 
   44    26        INIT_FCALL                                               'array_merge'
         27        SEND_VAR                                                 !1
         28        SEND_VAR                                                 !2
         29        DO_ICALL                                         $16     
         30        ASSIGN                                                   !0, $16
   45    31      > RETURN                                                   null
End of function sortfilesystem
Generated using Vulcan Logic Dumper, using php 8.0.0