Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 16, Position 2 = 22
Branch analysis from position: 16
2 jumps found. (Code = 78) Position 1 = 17, Position 2 = 22
Branch analysis from position: 17
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
Branch analysis from position: 22
2 jumps found. (Code = 77) Position 1 = 28, Position 2 = 41
Branch analysis from position: 28
2 jumps found. (Code = 78) Position 1 = 29, Position 2 = 41
Branch analysis from position: 29
2 jumps found. (Code = 43) Position 1 = 36, Position 2 = 40
Branch analysis from position: 36
1 jumps found. (Code = 42) Position 1 = 28
Branch analysis from position: 28
Branch analysis from position: 40
Branch analysis from position: 41
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 41
Branch analysis from position: 22
filename:       /in/JtNQF
function name:  (null)
number of ops:  43
compiled vars:  !0 = $html, !1 = $doc, !2 = $xpath, !3 = $spans, !4 = $span
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%3Cbody%3E%3Cdiv%3E%3Cdiv%3E%3Cspan+id%3D%22b%22%3E++++Bonkers++%3C%2Fspan%3E%3C%2Fdiv%3E%3C%2Fdiv%3E%3Cdiv%3E%3Cspan%3E+no+bonk%3C%2Fspan%3E%3Cspan%3E+This+is+bonkers%21%3C%2Fspan%3E%3C%2Fdiv%3E%3C%2Fbody%3E'
    3     1        NEW                                              $6      'DOMDocument'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !1, $6
    4     4        INIT_METHOD_CALL                                         !1, 'loadHTML'
          5        SEND_VAR_EX                                              !0
          6        DO_FCALL                                      0          
    5     7        NEW                                              $10     'DOMXPath'
          8        SEND_VAR_EX                                              !1
          9        DO_FCALL                                      0          
         10        ASSIGN                                                   !2, $10
    7    11        INIT_METHOD_CALL                                         !2, 'query'
         12        SEND_VAL_EX                                              '%2F%2Fspan%5Bcontains%28text%28%29%2C+%27Bonkers%27%29%5D'
         13        DO_FCALL                                      0  $13     
         14        ASSIGN                                                   !3, $13
    8    15      > FE_RESET_R                                       $15     !3, ->22
         16    > > FE_FETCH_R                                               $15, !4, ->22
    9    17    >   INIT_METHOD_CALL                                         !4, 'C14N'
         18        DO_FCALL                                      0  $16     
         19        CONCAT                                           ~17     $16, '%0A'
         20        ECHO                                                     ~17
    8    21      > JMP                                                      ->16
         22    >   FE_FREE                                                  $15
   12    23        INIT_METHOD_CALL                                         !2, 'query'
         24        SEND_VAL_EX                                              '%2F%2Fspan'
         25        DO_FCALL                                      0  $18     
         26        ASSIGN                                                   !3, $18
   13    27      > FE_RESET_R                                       $20     !3, ->41
         28    > > FE_FETCH_R                                               $20, !4, ->41
   14    29    >   INIT_FCALL                                               'stripos'
         30        FETCH_OBJ_R                                      ~21     !4, 'textContent'
         31        SEND_VAL                                                 ~21
         32        SEND_VAL                                                 'Bonkers'
         33        DO_ICALL                                         $22     
         34        TYPE_CHECK                                  1018          $22
         35      > JMPZ                                                     ~23, ->40
   15    36    >   INIT_METHOD_CALL                                         !4, 'C14N'
         37        DO_FCALL                                      0  $24     
         38        CONCAT                                           ~25     $24, '%0A'
         39        ECHO                                                     ~25
   13    40    > > JMP                                                      ->28
         41    >   FE_FREE                                                  $20
   17    42      > RETURN                                                   1
Generated using Vulcan Logic Dumper, using php 8.0.0