Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HiJHe
function name:  (null)
number of ops:  37
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   32     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'shouldfilebehiddena'
          2        SEND_VAL                                                 '.htaccess'
          3        DO_FCALL                                      0  $0      
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                                 
   33     6        INIT_FCALL                                               'var_dump'
          7        INIT_FCALL                                               'shouldfilebehiddena'
          8        SEND_VAL                                                 'test.php'
          9        DO_FCALL                                      0  $2      
         10        SEND_VAR                                                 $2
         11        DO_ICALL                                                 
   34    12        INIT_FCALL                                               'var_dump'
         13        INIT_FCALL                                               'shouldfilebehiddena'
         14        SEND_VAL                                                 'test.html'
         15        DO_FCALL                                      0  $4      
         16        SEND_VAR                                                 $4
         17        DO_ICALL                                                 
   36    18        INIT_FCALL                                               'var_dump'
         19        INIT_FCALL                                               'shouldfilebehiddenb'
         20        SEND_VAL                                                 '.htaccess'
         21        DO_FCALL                                      0  $6      
         22        SEND_VAR                                                 $6
         23        DO_ICALL                                                 
   37    24        INIT_FCALL                                               'var_dump'
         25        INIT_FCALL                                               'shouldfilebehiddenb'
         26        SEND_VAL                                                 'test.php'
         27        DO_FCALL                                      0  $8      
         28        SEND_VAR                                                 $8
         29        DO_ICALL                                                 
   38    30        INIT_FCALL                                               'var_dump'
         31        INIT_FCALL                                               'shouldfilebehiddenb'
         32        SEND_VAL                                                 'test.html'
         33        DO_FCALL                                      0  $10     
         34        SEND_VAR                                                 $10
         35        DO_ICALL                                                 
         36      > RETURN                                                   1
Function shouldfilebehiddena:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 8
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 13, Position 2 = 14
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HiJHe
function name:  shouldFileBeHiddenA
number of ops:  17
compiled vars:  !0 = $file, !1 = $knownHiddenFiles
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
    4     1        BIND_STATIC                                              !1
    6     2        INIT_FCALL                                               'in_array'
          3        SEND_VAR                                                 !0
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                         $2      
          6      > JMPZ                                                     $2, ->8
    7     7    > > RETURN                                                   <true>
   10     8    >   INIT_FCALL                                               'str_ends_with'
          9        SEND_VAR                                                 !0
         10        SEND_VAL                                                 '.php'
         11        DO_ICALL                                         $3      
         12      > JMPZ                                                     $3, ->14
   11    13    > > RETURN                                                   <true>
   14    14    > > RETURN                                                   <false>
   15    15*       VERIFY_RETURN_TYPE                                       
         16*     > RETURN                                                   null
End of function shouldfilebehiddena
Function shouldfilebehiddenb:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 9
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
2 jumps found. (Code = 43) Position 1 = 18, Position 2 = 19
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HiJHe
function name:  shouldFileBeHiddenB
number of ops:  22
compiled vars:  !0 = $file, !1 = $knownHiddenFiles, !2 = $knownHiddenExtensions
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   17     0  E >   RECV                                             !0      
   18     1        BIND_STATIC                                              !1
   19     2        BIND_STATIC                                              !2
   21     3        INIT_FCALL                                               'in_array'
          4        SEND_VAR                                                 !0
          5        SEND_VAR                                                 !1
          6        DO_ICALL                                         $3      
          7      > JMPZ                                                     $3, ->9
   22     8    > > RETURN                                                   <true>
   25     9    >   INIT_FCALL                                               'in_array'
         10        INIT_FCALL                                               'pathinfo'
         11        SEND_VAR                                                 !0
         12        SEND_VAL                                                 4
         13        DO_ICALL                                         $4      
         14        SEND_VAR                                                 $4
         15        SEND_VAR                                                 !2
         16        DO_ICALL                                         $5      
         17      > JMPZ                                                     $5, ->19
   26    18    > > RETURN                                                   <true>
   29    19    > > RETURN                                                   <false>
   30    20*       VERIFY_RETURN_TYPE                                       
         21*     > RETURN                                                   null
End of function shouldfilebehiddenb
Generated using Vulcan Logic Dumper, using php 8.0.0