Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 12, Position 2 = 46
Branch analysis from position: 12
2 jumps found. (Code = 78) Position 1 = 13, Position 2 = 46
Branch analysis from position: 13
2 jumps found. (Code = 46) Position 1 = 26, Position 2 = 28
Branch analysis from position: 26
2 jumps found. (Code = 46) Position 1 = 29, Position 2 = 36
Branch analysis from position: 29
2 jumps found. (Code = 43) Position 1 = 37, Position 2 = 45
Branch analysis from position: 37
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
Branch analysis from position: 45
Branch analysis from position: 36
Branch analysis from position: 28
Branch analysis from position: 46
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 46
filename:       /in/8tXpD
function name:  (null)
number of ops:  51
compiled vars:  !0 = $meta, !1 = $dom, !2 = $noPageScripts, !3 = $tag, !4 = $content, !5 = $matches
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%3Cmeta+content%3D%2221%3BURL%3D%27http%3A%2F%2Fexample.com%2F%27%22+http-equiv%3D%22refresh%22+%2F%3E+%3Cmeta+content%3D%2221%3BURL%3D%27http%3A%2F%2Fexample.com%2F%3FPageSpeed%3Dnoscript%27%22+http-equiv%3D%22refresh%22+%2F%3E'
    5     1        NEW                                              $7      'DOMDocument'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !1, $7
    6     4        INIT_METHOD_CALL                                         !1, 'loadHTML'
          5        SEND_VAR_EX                                              !0
          6        DO_FCALL                                      0          
    7     7        ASSIGN                                                   !2, <array>
    9     8        INIT_METHOD_CALL                                         !1, 'getElementsByTagName'
          9        SEND_VAL_EX                                              'meta'
         10        DO_FCALL                                      0  $12     
         11      > FE_RESET_R                                       $13     $12, ->46
         12    > > FE_FETCH_R                                               $13, !3, ->46
   10    13    >   INIT_METHOD_CALL                                         !3, 'getAttribute'
         14        SEND_VAL_EX                                              'content'
         15        DO_FCALL                                      0  $14     
         16        ASSIGN                                                   !4, $14
   12    17        INIT_FCALL                                               'preg_match'
         18        SEND_VAL                                                 '%2FURL%3D%5B%22%27%5D%3F%28%5B%5E%22%27%3E%5D%2B%29%5B%22%27%5D%3F%2Fi'
         19        SEND_VAR                                                 !4
         20        SEND_REF                                                 !5
         21        DO_ICALL                                                 
   14    22        INIT_METHOD_CALL                                         !3, 'getAttribute'
         23        SEND_VAL_EX                                              'http-equiv'
         24        DO_FCALL                                      0  $17     
         25      > JMPZ_EX                                          ~18     $17, ->28
         26    >   ISSET_ISEMPTY_DIM_OBJ                         0  ~19     !5, 1
         27        BOOL                                             ~18     ~19
         28    > > JMPZ_EX                                          ~18     ~18, ->36
         29    >   INIT_FCALL                                               'stripos'
         30        FETCH_DIM_R                                      ~20     !5, 1
         31        SEND_VAL                                                 ~20
         32        SEND_VAL                                                 '%3FPageSpeed%3Dnoscript'
         33        DO_ICALL                                         $21     
         34        TYPE_CHECK                                    4  ~22     $21
         35        BOOL                                             ~18     ~22
         36    > > JMPZ                                                     ~18, ->45
   16    37    >   INIT_METHOD_CALL                                         !1, 'saveHTML'
         38        SEND_VAR_EX                                              !3
         39        DO_FCALL                                      0  $24     
         40        INIT_ARRAY                                       ~25     $24, 'originalTag'
   17    41        FETCH_DIM_R                                      ~26     !5, 1
         42        ADD_ARRAY_ELEMENT                                ~25     ~26, 'url'
   15    43        ASSIGN_DIM                                               !2
   17    44        OP_DATA                                                  ~25
    9    45    > > JMP                                                      ->12
         46    >   FE_FREE                                                  $13
   22    47        INIT_FCALL                                               'var_dump'
         48        SEND_VAR                                                 !2
         49        DO_ICALL                                                 
         50      > RETURN                                                   1
Generated using Vulcan Logic Dumper, using php 8.0.0