Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 13
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
2 jumps found. (Code = 43) Position 1 = 23, Position 2 = 25
Branch analysis from position: 23
1 jumps found. (Code = 42) Position 1 = 26
Branch analysis from position: 26
2 jumps found. (Code = 43) Position 1 = 35, Position 2 = 37
Branch analysis from position: 35
1 jumps found. (Code = 42) Position 1 = 38
Branch analysis from position: 38
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 37
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 25
2 jumps found. (Code = 43) Position 1 = 35, Position 2 = 37
Branch analysis from position: 35
Branch analysis from position: 37
Branch analysis from position: 13
2 jumps found. (Code = 43) Position 1 = 23, Position 2 = 25
Branch analysis from position: 23
Branch analysis from position: 25
filename:       /in/ORKkR
function name:  (null)
number of ops:  41
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   DECLARE_CONST                                            'REGEX', '%2Fclass%3D%28%22gx-block%22%7C%22gx-block+.%2A%22%7C%22.%2A+gx-block%22%29%2Fi'
    6     1        DECLARE_CONST                                            'HTML1', '%3Cdiv+class%3D%22gx-block%22%3Eabc%3C%2Fdiv%3E'
    7     2        DECLARE_CONST                                            'HTML2', '%3Cdiv+class%3D%22xyz%22%3Eabc+%28gx-block%29+def%3C%2Fdiv%3E'
    8     3        DECLARE_CONST                                            'HTML3', '%3Cdiv+class%3D%22gx-blockhhh%22%3Eabc%3C%2Fdiv%3E'
   11     4        INIT_FCALL                                               'preg_match'
          5        FETCH_CONSTANT                                   ~0      'REGEX'
          6        SEND_VAL                                                 ~0
          7        FETCH_CONSTANT                                   ~1      'HTML1'
          8        SEND_VAL                                                 ~1
          9        DO_ICALL                                         $2      
         10      > JMPZ                                                     $2, ->13
         11    >   QM_ASSIGN                                        ~3      'true'
         12      > JMP                                                      ->14
         13    >   QM_ASSIGN                                        ~3      'false'
         14    >   ECHO                                                     ~3
   12    15        ECHO                                                     '%0A'
   13    16        INIT_FCALL                                               'preg_match'
         17        FETCH_CONSTANT                                   ~4      'REGEX'
         18        SEND_VAL                                                 ~4
         19        FETCH_CONSTANT                                   ~5      'HTML2'
         20        SEND_VAL                                                 ~5
         21        DO_ICALL                                         $6      
         22      > JMPZ                                                     $6, ->25
         23    >   QM_ASSIGN                                        ~7      'true'
         24      > JMP                                                      ->26
         25    >   QM_ASSIGN                                        ~7      'false'
         26    >   ECHO                                                     ~7
   14    27        ECHO                                                     '%0A'
   15    28        INIT_FCALL                                               'preg_match'
         29        FETCH_CONSTANT                                   ~8      'REGEX'
         30        SEND_VAL                                                 ~8
         31        FETCH_CONSTANT                                   ~9      'HTML3'
         32        SEND_VAL                                                 ~9
         33        DO_ICALL                                         $10     
         34      > JMPZ                                                     $10, ->37
         35    >   QM_ASSIGN                                        ~11     'true'
         36      > JMP                                                      ->38
         37    >   QM_ASSIGN                                        ~11     'false'
         38    >   ECHO                                                     ~11
   16    39        ECHO                                                     '%0A'
   17    40      > RETURN                                                   1
Generated using Vulcan Logic Dumper, using php 8.0.0