Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9ijIF
function name:  (null)
number of ops:  5
compiled vars:  !0 = $html
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%3Chtml%3E%0A++%3Cbody%3E%0A++++%3Ca+href%3D%22link.tld%22%3EText%3Ca%3E%0A++++%3Ca+name%3D%22bla%22%3EText%3Ca%3E%0A++%3C%2Fbody%3E%0A%3C%2Fhtml%3E++'
   38     1        INIT_FCALL                                               'getalllinks'
          2        SEND_VAR                                                 !0
          3        DO_FCALL                                      0          
          4      > RETURN                                                   1
Function urlhasstring:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 13
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 13
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 12
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
filename:       /in/9ijIF
function name:  urlHasString
number of ops:  16
compiled vars:  !0 = $url, !1 = $strings, !2 = $string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   13     0  E >   RECV                                             !0      
          1        RECV                                             !1      
   14     2      > FE_RESET_R                                       $3      !1, ->13
          3    > > FE_FETCH_R                                               $3, !2, ->13
   15     4    >   INIT_FCALL                                               'strpos'
          5        SEND_VAR                                                 !0
          6        SEND_VAR                                                 !2
          7        DO_ICALL                                         $4      
          8        TYPE_CHECK                                  1018          $4
          9      > JMPZ                                                     ~5, ->12
   16    10    >   FE_FREE                                                  $3
         11      > RETURN                                                   <false>
   14    12    > > JMP                                                      ->3
         13    >   FE_FREE                                                  $3
   19    14      > RETURN                                                   <true>
   20    15*     > RETURN                                                   null
End of function urlhasstring
Function getalllinks:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 36
Branch analysis from position: 10
2 jumps found. (Code = 77) Position 1 = 19, Position 2 = 35
Branch analysis from position: 19
2 jumps found. (Code = 78) Position 1 = 20, Position 2 = 35
Branch analysis from position: 20
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
Branch analysis from position: 35
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 35
Branch analysis from position: 36
filename:       /in/9ijIF
function name:  getAllLinks
number of ops:  38
compiled vars:  !0 = $html, !1 = $dom, !2 = $xpath, !3 = $anchors, !4 = $element, !5 = $new_href, !6 = $href, !7 = $strings
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   22     0  E >   RECV                                             !0      
   24     1        NEW                                              $8      'DOMDocument'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !1, $8
   25     4        BEGIN_SILENCE                                    ~11     
          5        INIT_METHOD_CALL                                         !1, 'loadHTML'
          6        SEND_VAR_EX                                              !0
          7        DO_FCALL                                      0  $12     
          8        END_SILENCE                                              ~11
          9      > JMPZ                                                     $12, ->36
   26    10    >   NEW                                              $13     'DOMXpath'
         11        SEND_VAR_EX                                              !1
         12        DO_FCALL                                      0          
         13        ASSIGN                                                   !2, $13
   27    14        INIT_METHOD_CALL                                         !2, 'evaluate'
         15        SEND_VAL_EX                                              '%2F%2Fa%5Bnormalize-space%28%40href%29+%21%3D+%22%22%5D'
         16        DO_FCALL                                      0  $16     
         17        ASSIGN                                                   !3, $16
   28    18      > FE_RESET_R                                       $18     !3, ->35
         19    > > FE_FETCH_R                                               $18, !4, ->35
   29    20    >   ASSIGN                                                   !5, ''
   30    21        INIT_METHOD_CALL                                         !4, 'getAttribute'
         22        SEND_VAL_EX                                              'href'
         23        DO_FCALL                                      0  $20     
         24        ASSIGN                                                   !6, $20
   31    25        ASSIGN                                                   !7, <array>
   32    26        CONCAT                                           ~23     !6, '%3A+'
         27        INIT_FCALL                                               'urlhasstring'
         28        SEND_VAR                                                 !6
         29        SEND_VAR                                                 !7
         30        DO_FCALL                                      0  $24     
         31        CONCAT                                           ~25     ~23, $24
         32        CONCAT                                           ~26     ~25, '%3Cbr%3E'
         33        ECHO                                                     ~26
   28    34      > JMP                                                      ->19
         35    >   FE_FREE                                                  $18
   35    36    > > RETURN                                                   null
   36    37*     > RETURN                                                   null
End of function getalllinks
Generated using Vulcan Logic Dumper, using php 8.0.0