3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('display_errors', 'On'); error_reporting(E_ALL); $time = microtime(); $time = explode(' ', $time); $time = $time[1] + $time[0]; $start = $time; define("DB_HOST","mysql117.loopia.se"); define("DB_USER","normal@i103189"); define("DB_PASS","KungMicke87"); define("DB_NAME","indiehjaerta_com"); ?> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <title>indiehjaerta.com - Forum</title> <link href="style_test.css" rel="stylesheet" type="text/css" /> </head> <body> <a href="login.php">Login<a/> - <a href="admin.php">Admin<a/> - <a href="members.php">Members<a/> - <a href="register.php">Register<a/> - <a href="blog.php">Blog<a/> - <a href="news.php">News<a/> - <a href="event.php">Event<a/> - <a href="forum.php">Forum<a/> - <a href="profile.php">Profile<a/> - <a href="logout.php">Logout<a/> <br /> <br /> <!-- New Post Start --> <!-- New Post End --> <!-- List Forum Category Threads - Start --> <?php if (isset($_GET['fid'])) { if (isset($_GET['tid'])) { // Connect to MySQLi $sqli = mysqli_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME) or die("Error: ".mysqli_error($sqli)); // Check connection if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } $query = mysqli_query($sqli, "SELECT * FROM forumtopics ORDER BY id") or die("Error: ".mysqli_error($sqli)); //Don't order by ID! $checkthreadexists = mysqli_num_rows($query); // Check if we have ny threads in this category if($checkthreadexists == 0) { // No threads echo '<span class="text">No such topic ID exists!</span><br />'; } else { } } else { // Connect to MySQLi $sqli = mysqli_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME) or die("Error: ".mysqli_error($sqli)); // Check connection if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } $fid = $_GET['fid']; $query = mysqli_query($sqli, "SELECT * FROM forumtopics ORDER BY id WHERE categoryid='$fid'") or die("Error: ".mysqli_error($sqli)); //Don't order by ID! $checknumthreads = mysqli_num_rows($query); // Check if we have ny threads in this category if($checknumthreads == 0) { // No threads echo '<span class="text">No forums threads found in the database!</span><br />'; } else { echo '<table border="0"> <tr> <th><span class="text">Name</span></th> <th></th> <th><span class="text">Replies</span></th> <th></th> </tr>'; while ($row = mysqli_fetch_array($query)) { echo '<tr>'; echo '<td><a href="?fid=' .$_GET['fid']. '&tid=' .$row['id']. '"><span class="text">' .$row['threadname']. '</span></a></td>'; echo '<td></td>'; echo '<td><span class="text">0</span></td>'; echo '<td></td>'; echo '</tr>'; } echo '</table><br />'; } } ?> <!-- List Forum Category Threads - End --> <!-- List Forum Categories - Start --> <?php } else { // Connect to MySQLi $sqli = mysqli_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME) or die("Error: ".mysqli_error($sqli)); // Check connection if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } $query = mysqli_query($sqli, "SELECT * FROM forumcat ORDER BY id") or die("Error: ".mysqli_error($sqli)); $checknumforums = mysqli_num_rows($query); // Check if we have any forum categories if($checknumforums == 0) { // No forums echo '<span class="text">No forums found in the database!</span><br />'; } else { echo '<table border="0"> <tr> <th><span class="text">Name</span></th> <th></th> <th><span class="text">Threads</span></th> <th></th> </tr>'; while ($row = mysqli_fetch_array($query)) { echo '<tr>'; echo '<td><a href="?fid=' .$row['id']. '"><span class="text">' .$row['forumname']. '</span></a></td>'; echo '<td></td>'; echo '<td><span class="text">0</span></td>'; echo '<td></td>'; echo '</tr>'; } echo '</table><br />'; } } ?> <!-- List Forum Categories - End --> <?php $time = microtime(); $time = explode(' ', $time); $time = $time[1] + $time[0]; $finish = $time; $total_time = round(($finish - $start), 4); echo '<span class="text">Page generated in '.$total_time.' seconds.</span><br />'; ?> </body> </html>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 40, Position 2 = 166
Branch analysis from position: 40
2 jumps found. (Code = 43) Position 1 = 43, Position 2 = 89
Branch analysis from position: 43
2 jumps found. (Code = 47) Position 1 = 55, Position 2 = 61
Branch analysis from position: 55
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 61
2 jumps found. (Code = 43) Position 1 = 64, Position 2 = 68
Branch analysis from position: 64
2 jumps found. (Code = 47) Position 1 = 74, Position 2 = 80
Branch analysis from position: 74
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 80
2 jumps found. (Code = 43) Position 1 = 86, Position 2 = 88
Branch analysis from position: 86
1 jumps found. (Code = 42) Position 1 = 88
Branch analysis from position: 88
1 jumps found. (Code = 42) Position 1 = 164
Branch analysis from position: 164
1 jumps found. (Code = 42) Position 1 = 231
Branch analysis from position: 231
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 88
Branch analysis from position: 68
Branch analysis from position: 89
2 jumps found. (Code = 47) Position 1 = 101, Position 2 = 107
Branch analysis from position: 101
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 107
2 jumps found. (Code = 43) Position 1 = 110, Position 2 = 114
Branch analysis from position: 110
2 jumps found. (Code = 47) Position 1 = 126, Position 2 = 132
Branch analysis from position: 126
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 132
2 jumps found. (Code = 43) Position 1 = 138, Position 2 = 140
Branch analysis from position: 138
1 jumps found. (Code = 42) Position 1 = 164
Branch analysis from position: 164
Branch analysis from position: 140
1 jumps found. (Code = 42) Position 1 = 158
Branch analysis from position: 158
2 jumps found. (Code = 44) Position 1 = 163, Position 2 = 142
Branch analysis from position: 163
1 jumps found. (Code = 42) Position 1 = 231
Branch analysis from position: 231
Branch analysis from position: 142
2 jumps found. (Code = 44) Position 1 = 163, Position 2 = 142
Branch analysis from position: 163
Branch analysis from position: 142
Branch analysis from position: 114
Branch analysis from position: 166
2 jumps found. (Code = 47) Position 1 = 178, Position 2 = 184
Branch analysis from position: 178
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 184
2 jumps found. (Code = 43) Position 1 = 187, Position 2 = 191
Branch analysis from position: 187
2 jumps found. (Code = 47) Position 1 = 197, Position 2 = 203
Branch analysis from position: 197
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 203
2 jumps found. (Code = 43) Position 1 = 209, Position 2 = 211
Branch analysis from position: 209
1 jumps found. (Code = 42) Position 1 = 231
Branch analysis from position: 231
Branch analysis from position: 211
1 jumps found. (Code = 42) Position 1 = 225
Branch analysis from position: 225
2 jumps found. (Code = 44) Position 1 = 230, Position 2 = 213
Branch analysis from position: 230
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 213
2 jumps found. (Code = 44) Position 1 = 230, Position 2 = 213
Branch analysis from position: 230
Branch analysis from position: 213
Branch analysis from position: 191
filename:       /in/XTo1J
function name:  (null)
number of ops:  256
compiled vars:  !0 = $time, !1 = $start, !2 = $sqli, !3 = $query, !4 = $checkthreadexists, !5 = $fid, !6 = $checknumthreads, !7 = $row, !8 = $checknumforums, !9 = $finish, !10 = $total_time
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'display_errors'
          2        SEND_VAL                                                 'On'
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'error_reporting'
          5        SEND_VAL                                                 32767
          6        DO_ICALL                                                 
    5     7        INIT_FCALL                                               'microtime'
          8        DO_ICALL                                         $13     
          9        ASSIGN                                                   !0, $13
    6    10        INIT_FCALL                                               'explode'
         11        SEND_VAL                                                 '+'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                         $15     
         14        ASSIGN                                                   !0, $15
    7    15        FETCH_DIM_R                                      ~17     !0, 1
         16        FETCH_DIM_R                                      ~18     !0, 0
         17        ADD                                              ~19     ~17, ~18
         18        ASSIGN                                                   !0, ~19
    8    19        ASSIGN                                                   !1, !0
   10    20        INIT_FCALL                                               'define'
         21        SEND_VAL                                                 'DB_HOST'
         22        SEND_VAL                                                 'mysql117.loopia.se'
         23        DO_ICALL                                                 
   11    24        INIT_FCALL                                               'define'
         25        SEND_VAL                                                 'DB_USER'
         26        SEND_VAL                                                 'normal%40i103189'
         27        DO_ICALL                                                 
   12    28        INIT_FCALL                                               'define'
         29        SEND_VAL                                                 'DB_PASS'
         30        SEND_VAL                                                 'KungMicke87'
         31        DO_ICALL                                                 
   13    32        INIT_FCALL                                               'define'
         33        SEND_VAL                                                 'DB_NAME'
         34        SEND_VAL                                                 'indiehjaerta_com'
         35        DO_ICALL                                                 
   15    36        ECHO                                                     '%0A%3Chtml%3E%0A%3Chead%3E%0A%0A%3Cmeta+http-equiv%3D%22Content-Type%22+content%3D%22text%2Fhtml%3Bcharset%3DUTF-8%22+%2F%3E%0A%0A%3Ctitle%3Eindiehjaerta.com+-+Forum%3C%2Ftitle%3E%0A%0A%3Clink+href%3D%22style_test.css%22+rel%3D%22stylesheet%22+type%3D%22text%2Fcss%22+%2F%3E%0A%0A%3C%2Fhead%3E%0A%3Cbody%3E%0A%0A%3Ca+href%3D%22login.php%22%3ELogin%3Ca%2F%3E+-+%0A%3Ca+href%3D%22admin.php%22%3EAdmin%3Ca%2F%3E+-+%0A%3Ca+href%3D%22members.php%22%3EMembers%3Ca%2F%3E+-+%0A%3Ca+href%3D%22register.php%22%3ERegister%3Ca%2F%3E+-+%0A%3Ca+href%3D%22blog.php%22%3EBlog%3Ca%2F%3E+-+%0A%3Ca+href%3D%22news.php%22%3ENews%3Ca%2F%3E+-+%0A%3Ca+href%3D%22event.php%22%3EEvent%3Ca%2F%3E+-+%0A%3Ca+href%3D%22forum.php%22%3EForum%3Ca%2F%3E+-+%0A%3Ca+href%3D%22profile.php%22%3EProfile%3Ca%2F%3E+-+%0A%3Ca+href%3D%22logout.php%22%3ELogout%3Ca%2F%3E%0A%3Cbr+%2F%3E+%3Cbr+%2F%3E%0A%0A%3C%21--+New+Post+Start+--%3E%0A%3C%21--+New+Post+End+--%3E%0A%0A%0A%3C%21--+List+Forum+Category+Threads+-+Start+--%3E%0A'
   46    37        FETCH_IS                                         ~26     '_GET'
         38        ISSET_ISEMPTY_DIM_OBJ                         0          ~26, 'fid'
         39      > JMPZ                                                     ~27, ->166
   48    40    >   FETCH_IS                                         ~28     '_GET'
         41        ISSET_ISEMPTY_DIM_OBJ                         0          ~28, 'tid'
         42      > JMPZ                                                     ~29, ->89
   52    43    >   INIT_FCALL_BY_NAME                                       'mysqli_connect'
         44        FETCH_CONSTANT                                   ~30     'DB_HOST'
         45        SEND_VAL_EX                                              ~30
         46        FETCH_CONSTANT                                   ~31     'DB_USER'
         47        SEND_VAL_EX                                              ~31
         48        FETCH_CONSTANT                                   ~32     'DB_PASS'
         49        SEND_VAL_EX                                              ~32
         50        FETCH_CONSTANT                                   ~33     'DB_NAME'
         51        SEND_VAL_EX                                              ~33
         52        DO_FCALL                                      0  $34     
         53        ASSIGN                                           ~35     !2, $34
         54      > JMPNZ_EX                                         ~35     ~35, ->61
         55    >   INIT_FCALL_BY_NAME                                       'mysqli_error'
         56        SEND_VAR_EX                                              !2
         57        DO_FCALL                                      0  $36     
         58        CONCAT                                           ~37     'Error%3A+', $36
         59      > EXIT                                                     ~37
         60*       BOOL                                             ~35     <true>
   55    61    >   INIT_FCALL_BY_NAME                                       'mysqli_connect_errno'
         62        DO_FCALL                                      0  $38     
         63      > JMPZ                                                     $38, ->68
   57    64    >   INIT_FCALL_BY_NAME                                       'mysqli_connect_error'
         65        DO_FCALL                                      0  $39     
         66        CONCAT                                           ~40     'Failed+to+connect+to+MySQL%3A+', $39
         67        ECHO                                                     ~40
   60    68    >   INIT_FCALL_BY_NAME                                       'mysqli_query'
         69        SEND_VAR_EX                                              !2
         70        SEND_VAL_EX                                              'SELECT+%2A+FROM+forumtopics+ORDER+BY+id'
         71        DO_FCALL                                      0  $41     
         72        ASSIGN                                           ~42     !3, $41
         73      > JMPNZ_EX                                         ~42     ~42, ->80
         74    >   INIT_FCALL_BY_NAME                                       'mysqli_error'
         75        SEND_VAR_EX                                              !2
         76        DO_FCALL                                      0  $43     
         77        CONCAT                                           ~44     'Error%3A+', $43
         78      > EXIT                                                     ~44
         79*       BOOL                                             ~42     <true>
   62    80    >   INIT_FCALL_BY_NAME                                       'mysqli_num_rows'
         81        SEND_VAR_EX                                              !3
         82        DO_FCALL                                      0  $45     
         83        ASSIGN                                                   !4, $45
   65    84        IS_EQUAL                                                 !4, 0
         85      > JMPZ                                                     ~47, ->88
   68    86    >   ECHO                                                     '%3Cspan+class%3D%22text%22%3ENo+such+topic+ID+exists%21%3C%2Fspan%3E%3Cbr+%2F%3E'
         87      > JMP                                                      ->88
   71    88    > > JMP                                                      ->164
   78    89    >   INIT_FCALL_BY_NAME                                       'mysqli_connect'
         90        FETCH_CONSTANT                                   ~48     'DB_HOST'
         91        SEND_VAL_EX                                              ~48
         92        FETCH_CONSTANT                                   ~49     'DB_USER'
         93        SEND_VAL_EX                                              ~49
         94        FETCH_CONSTANT                                   ~50     'DB_PASS'
         95        SEND_VAL_EX                                              ~50
         96        FETCH_CONSTANT                                   ~51     'DB_NAME'
         97        SEND_VAL_EX                                              ~51
         98        DO_FCALL                                      0  $52     
         99        ASSIGN                                           ~53     !2, $52
        100      > JMPNZ_EX                                         ~53     ~53, ->107
        101    >   INIT_FCALL_BY_NAME                                       'mysqli_error'
        102        SEND_VAR_EX                                              !2
        103        DO_FCALL                                      0  $54     
        104        CONCAT                                           ~55     'Error%3A+', $54
        105      > EXIT                                                     ~55
        106*       BOOL                                             ~53     <true>
   81   107    >   INIT_FCALL_BY_NAME                                       'mysqli_connect_errno'
        108        DO_FCALL                                      0  $56     
        109      > JMPZ                                                     $56, ->114
   83   110    >   INIT_FCALL_BY_NAME                                       'mysqli_connect_error'
        111        DO_FCALL                                      0  $57     
        112        CONCAT                                           ~58     'Failed+to+connect+to+MySQL%3A+', $57
        113        ECHO                                                     ~58
   86   114    >   FETCH_R                      global              ~59     '_GET'
        115        FETCH_DIM_R                                      ~60     ~59, 'fid'
        116        ASSIGN                                                   !5, ~60
   88   117        INIT_FCALL_BY_NAME                                       'mysqli_query'
        118        SEND_VAR_EX                                              !2
        119        ROPE_INIT                                     3  ~63     'SELECT+%2A+FROM+forumtopics+ORDER+BY+id+WHERE+categoryid%3D%27'
        120        ROPE_ADD                                      1  ~63     ~63, !5
        121        ROPE_END                                      2  ~62     ~63, '%27'
        122        SEND_VAL_EX                                              ~62
        123        DO_FCALL                                      0  $65     
        124        ASSIGN                                           ~66     !3, $65
        125      > JMPNZ_EX                                         ~66     ~66, ->132
        126    >   INIT_FCALL_BY_NAME                                       'mysqli_error'
        127        SEND_VAR_EX                                              !2
        128        DO_FCALL                                      0  $67     
        129        CONCAT                                           ~68     'Error%3A+', $67
        130      > EXIT                                                     ~68
        131*       BOOL                                             ~66     <true>
   90   132    >   INIT_FCALL_BY_NAME                                       'mysqli_num_rows'
        133        SEND_VAR_EX                                              !3
        134        DO_FCALL                                      0  $69     
        135        ASSIGN                                                   !6, $69
   93   136        IS_EQUAL                                                 !6, 0
        137      > JMPZ                                                     ~71, ->140
   96   138    >   ECHO                                                     '%3Cspan+class%3D%22text%22%3ENo+forums+threads+found+in+the+database%21%3C%2Fspan%3E%3Cbr+%2F%3E'
        139      > JMP                                                      ->164
  100   140    >   ECHO                                                     '%3Ctable+border%3D%220%22%3E%0A%09%09%09%3Ctr%3E%09%0A%09%09%09%3Cth%3E%3Cspan+class%3D%22text%22%3EName%3C%2Fspan%3E%3C%2Fth%3E%0A%09%09%09%3Cth%3E%3C%2Fth%3E%0A%09%09%09%3Cth%3E%3Cspan+class%3D%22text%22%3EReplies%3C%2Fspan%3E%3C%2Fth%3E%0A%09%09%09%3Cth%3E%3C%2Fth%3E%0A%09%09%09%3C%2Ftr%3E'
  108   141      > JMP                                                      ->158
  110   142    >   ECHO                                                     '%3Ctr%3E'
  111   143        FETCH_R                      global              ~72     '_GET'
        144        FETCH_DIM_R                                      ~73     ~72, 'fid'
        145        CONCAT                                           ~74     '%3Ctd%3E%3Ca+href%3D%22%3Ffid%3D', ~73
        146        CONCAT                                           ~75     ~74, '%26tid%3D'
        147        FETCH_DIM_R                                      ~76     !7, 'id'
        148        CONCAT                                           ~77     ~75, ~76
        149        CONCAT                                           ~78     ~77, '%22%3E%3Cspan+class%3D%22text%22%3E'
        150        FETCH_DIM_R                                      ~79     !7, 'threadname'
        151        CONCAT                                           ~80     ~78, ~79
        152        CONCAT                                           ~81     ~80, '%3C%2Fspan%3E%3C%2Fa%3E%3C%2Ftd%3E'
        153        ECHO                                                     ~81
  112   154        ECHO                                                     '%3Ctd%3E%3C%2Ftd%3E'
  113   155        ECHO                                                     '%3Ctd%3E%3Cspan+class%3D%22text%22%3E0%3C%2Fspan%3E%3C%2Ftd%3E'
  114   156        ECHO                                                     '%3Ctd%3E%3C%2Ftd%3E'
  115   157        ECHO                                                     '%3C%2Ftr%3E'
  108   158    >   INIT_FCALL_BY_NAME                                       'mysqli_fetch_array'
        159        SEND_VAR_EX                                              !3
        160        DO_FCALL                                      0  $82     
        161        ASSIGN                                           ~83     !7, $82
        162      > JMPNZ                                                    ~83, ->142
  118   163    >   ECHO                                                     '%3C%2Ftable%3E%3Cbr+%2F%3E'
  123   164    >   ECHO                                                     '%3C%21--+List+Forum+Category+Threads+-+End+--%3E%0A%0A%3C%21--+List+Forum+Categories+-+Start+--%3E%0A'
        165      > JMP                                                      ->231
  131   166    >   INIT_FCALL_BY_NAME                                       'mysqli_connect'
        167        FETCH_CONSTANT                                   ~84     'DB_HOST'
        168        SEND_VAL_EX                                              ~84
        169        FETCH_CONSTANT                                   ~85     'DB_USER'
        170        SEND_VAL_EX                                              ~85
        171        FETCH_CONSTANT                                   ~86     'DB_PASS'
        172        SEND_VAL_EX                                              ~86
        173        FETCH_CONSTANT                                   ~87     'DB_NAME'
        174        SEND_VAL_EX                                              ~87
        175        DO_FCALL                                      0  $88     
        176        ASSIGN                                           ~89     !2, $88
        177      > JMPNZ_EX                                         ~89     ~89, ->184
        178    >   INIT_FCALL_BY_NAME                                       'mysqli_error'
        179        SEND_VAR_EX                                              !2
        180        DO_FCALL                                      0  $90     
        181        CONCAT                                           ~91     'Error%3A+', $90
        182      > EXIT                                                     ~91
        183*       BOOL                                             ~89     <true>
  134   184    >   INIT_FCALL_BY_NAME                                       'mysqli_connect_errno'
        185        DO_FCALL                                      0  $92     
        186      > JMPZ                                                     $92, ->191
  136   187    >   INIT_FCALL_BY_NAME                                       'mysqli_connect_error'
        188        DO_FCALL                                      0  $93     
        189        CONCAT                                           ~94     'Failed+to+connect+to+MySQL%3A+', $93
        190        ECHO                                                     ~94
  139   191    >   INIT_FCALL_BY_NAME                                       'mysqli_query'
        192        SEND_VAR_EX                                              !2
        193        SEND_VAL_EX                                              'SELECT+%2A+FROM+forumcat+ORDER+BY+id'
        194        DO_FCALL                                      0  $95     
        195        ASSIGN                                           ~96     !3, $95
        196      > JMPNZ_EX                                         ~96     ~96, ->203
        197    >   INIT_FCALL_BY_NAME                                       'mysqli_error'
        198        SEND_VAR_EX                                              !2
        199        DO_FCALL                                      0  $97     
        200        CONCAT                                           ~98     'Error%3A+', $97
        201      > EXIT                                                     ~98
        202*       BOOL                                             ~96     <true>
  141   203    >   INIT_FCALL_BY_NAME                                       'mysqli_num_rows'
        204        SEND_VAR_EX                                              !3
        205        DO_FCALL                                      0  $99     
        206        ASSIGN                                                   !8, $99
  144   207        IS_EQUAL                                                 !8, 0
        208      > JMPZ                                                     ~101, ->211
  147   209    >   ECHO                                                     '%3Cspan+class%3D%22text%22%3ENo+forums+found+in+the+database%21%3C%2Fspan%3E%3Cbr+%2F%3E'
        210      > JMP                                                      ->231
  151   211    >   ECHO                                                     '%3Ctable+border%3D%220%22%3E%0A%09%09%3Ctr%3E%09%0A%09%09%3Cth%3E%3Cspan+class%3D%22text%22%3EName%3C%2Fspan%3E%3C%2Fth%3E%0A%09%09%3Cth%3E%3C%2Fth%3E%0A%09%09%3Cth%3E%3Cspan+class%3D%22text%22%3EThreads%3C%2Fspan%3E%3C%2Fth%3E%0A%09%09%3Cth%3E%3C%2Fth%3E%0A%09%09%3C%2Ftr%3E'
  159   212      > JMP                                                      ->225
  161   213    >   ECHO                                                     '%3Ctr%3E'
  162   214        FETCH_DIM_R                                      ~102    !7, 'id'
        215        CONCAT                                           ~103    '%3Ctd%3E%3Ca+href%3D%22%3Ffid%3D', ~102
        216        CONCAT                                           ~104    ~103, '%22%3E%3Cspan+class%3D%22text%22%3E'
        217        FETCH_DIM_R                                      ~105    !7, 'forumname'
        218        CONCAT                                           ~106    ~104, ~105
        219        CONCAT                                           ~107    ~106, '%3C%2Fspan%3E%3C%2Fa%3E%3C%2Ftd%3E'
        220        ECHO                                                     ~107
  163   221        ECHO                                                     '%3Ctd%3E%3C%2Ftd%3E'
  164   222        ECHO                                                     '%3Ctd%3E%3Cspan+class%3D%22text%22%3E0%3C%2Fspan%3E%3C%2Ftd%3E'
  165   223        ECHO                                                     '%3Ctd%3E%3C%2Ftd%3E'
  166   224        ECHO                                                     '%3C%2Ftr%3E'
  159   225    >   INIT_FCALL_BY_NAME                                       'mysqli_fetch_array'
        226        SEND_VAR_EX                                              !3
        227        DO_FCALL                                      0  $108    
        228        ASSIGN                                           ~109    !7, $108
        229      > JMPNZ                                                    ~109, ->213
  169   230    >   ECHO                                                     '%3C%2Ftable%3E%3Cbr+%2F%3E'
  173   231    >   ECHO                                                     '%3C%21--+List+Forum+Categories+-+End+--%3E%0A%0A'
  176   232        INIT_FCALL                                               'microtime'
        233        DO_ICALL                                         $110    
        234        ASSIGN                                                   !0, $110
  177   235        INIT_FCALL                                               'explode'
        236        SEND_VAL                                                 '+'
        237        SEND_VAR                                                 !0
        238        DO_ICALL                                         $112    
        239        ASSIGN                                                   !0, $112
  178   240        FETCH_DIM_R                                      ~114    !0, 1
        241        FETCH_DIM_R                                      ~115    !0, 0
        242        ADD                                              ~116    ~114, ~115
        243        ASSIGN                                                   !0, ~116
  179   244        ASSIGN                                                   !9, !0
  180   245        INIT_FCALL                                               'round'
        246        SUB                                              ~119    !9, !1
        247        SEND_VAL                                                 ~119
        248        SEND_VAL                                                 4
        249        DO_ICALL                                         $120    
        250        ASSIGN                                                   !10, $120
  181   251        CONCAT                                           ~122    '%3Cspan+class%3D%22text%22%3EPage+generated+in+', !10
        252        CONCAT                                           ~123    ~122, '+seconds.%3C%2Fspan%3E%3Cbr+%2F%3E'
        253        ECHO                                                     ~123
  183   254        ECHO                                                     '%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
  185   255      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.02 ms | 1412 KiB | 25 Q