3v4l.org

run code in 300+ PHP versions simultaneously
<?php $result = mysqli_query($con,"SELECT * FROM tbl_nume"); ?> <div class="table-responsive"> <table class="table table-striped table-bordered table-hover" id="dataTables-example"> <thead> <tr> <th>N&#176;</th> <th>ID</th> <th>Username</th> <th>Username2</th> <th>Username3</th> <th>Email</th> <th>Email2</th> <th>Email3</th> <th>Level</th> <th>Level2</th> <th>Date</th> </tr> </thead> <tbody> <?php $nr=1; while($row = mysqli_fetch_array($result)) { ?> <tr class="odd gradeX"> <td><?php echo $nr++; ?></td> <td><?php echo $row['ID']; ?></td> <td><?php echo $row['Username']; ?></td> <td><?php echo $row['Username2']; ?></td> <td><?php echo $row['Username3']; ?></td> <td><?php echo $row['Email']; ?></td> <td><?php echo $row['Email2']; ?></td> <td><?php echo $row['Email3']; ?></td> <td><?php echo $row['Level']; ?></td> <td><?php echo $row['Level2']; ?></td> <td class="center"><?php echo $row['data']; ?></td> </tr> <?php } ?> <tfoot> <tr> <th>N&#176;</th> <th>ID</th> <th>User</th> <th>Reff</th> <th>Mail</th> <th>Sponsor</th> <th>Type acc</th> <th>Validity</th> <th>SP</th> <th>Level</th> <th>Date</th> </tr> </tfoot> </tbody> </table> </div> <!-- /.table-responsive -->
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 42
Branch analysis from position: 42
2 jumps found. (Code = 44) Position 1 = 47, Position 2 = 8
Branch analysis from position: 47
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
2 jumps found. (Code = 44) Position 1 = 47, Position 2 = 8
Branch analysis from position: 47
Branch analysis from position: 8
filename:       /in/RNpp1
function name:  (null)
number of ops:  49
compiled vars:  !0 = $result, !1 = $con, !2 = $nr, !3 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   INIT_FCALL_BY_NAME                                       'mysqli_query'
          1        SEND_VAR_EX                                              !1
          2        SEND_VAL_EX                                              'SELECT+%2A+FROM+tbl_nume'
          3        DO_FCALL                                      0  $4      
          4        ASSIGN                                                   !0, $4
    2     5        ECHO                                                     '%3Cdiv+class%3D%22table-responsive%22%3E%0A%09%3Ctable+class%3D%22table+table-striped+table-bordered+table-hover%22+id%3D%22dataTables-example%22%3E%0A%09%09%3Cthead%3E%0A%09%09%09%3Ctr%3E%0A%09%09%09%09%3Cth%3EN%26%23176%3B%3C%2Fth%3E%0A%09%09%09%09%3Cth%3EID%3C%2Fth%3E%0A%09%09%09%09%3Cth%3EUsername%3C%2Fth%3E%0A%09%09%09%09%3Cth%3EUsername2%3C%2Fth%3E%0A%09%09%09%09%3Cth%3EUsername3%3C%2Fth%3E%0A%09%09%09%09%3Cth%3EEmail%3C%2Fth%3E%0A%09%09%09%09%3Cth%3EEmail2%3C%2Fth%3E%0A%09%09%09%09%3Cth%3EEmail3%3C%2Fth%3E%0A%09%09%09%09%3Cth%3ELevel%3C%2Fth%3E%0A%09%09%09%09%3Cth%3ELevel2%3C%2Fth%3E%0A%09%09%09%09%3Cth%3EDate%3C%2Fth%3E%0A%09%09%09%3C%2Ftr%3E%0A%09%09%3C%2Fthead%3E%0A%09%09%3Ctbody%3E%0A%09%09'
   20     6        ASSIGN                                                   !2, 1
   21     7      > JMP                                                      ->42
   23     8    >   ECHO                                                     '%09%09%09%3Ctr+class%3D%22odd+gradeX%22%3E%0A%09%09%09%09%3Ctd%3E'
   24     9        POST_INC                                         ~7      !2
         10        ECHO                                                     ~7
         11        ECHO                                                     '%3C%2Ftd%3E%0A%09%09%09%09%3Ctd%3E'
   25    12        FETCH_DIM_R                                      ~8      !3, 'ID'
         13        ECHO                                                     ~8
         14        ECHO                                                     '%3C%2Ftd%3E%0A%09%09%09%09%3Ctd%3E'
   26    15        FETCH_DIM_R                                      ~9      !3, 'Username'
         16        ECHO                                                     ~9
         17        ECHO                                                     '%3C%2Ftd%3E%0A%09%09%09%09%3Ctd%3E'
   27    18        FETCH_DIM_R                                      ~10     !3, 'Username2'
         19        ECHO                                                     ~10
         20        ECHO                                                     '%3C%2Ftd%3E%0A%09%09%09%09%3Ctd%3E'
   28    21        FETCH_DIM_R                                      ~11     !3, 'Username3'
         22        ECHO                                                     ~11
         23        ECHO                                                     '%3C%2Ftd%3E%0A%09%09%09%09%3Ctd%3E'
   29    24        FETCH_DIM_R                                      ~12     !3, 'Email'
         25        ECHO                                                     ~12
         26        ECHO                                                     '%3C%2Ftd%3E%0A%09%09%09%09%3Ctd%3E'
   30    27        FETCH_DIM_R                                      ~13     !3, 'Email2'
         28        ECHO                                                     ~13
         29        ECHO                                                     '%3C%2Ftd%3E%0A%09%09%09%09%3Ctd%3E'
   31    30        FETCH_DIM_R                                      ~14     !3, 'Email3'
         31        ECHO                                                     ~14
         32        ECHO                                                     '%3C%2Ftd%3E%0A%09%09%09%09%3Ctd%3E'
   32    33        FETCH_DIM_R                                      ~15     !3, 'Level'
         34        ECHO                                                     ~15
         35        ECHO                                                     '%3C%2Ftd%3E%0A%09%09%09%09%3Ctd%3E'
   33    36        FETCH_DIM_R                                      ~16     !3, 'Level2'
         37        ECHO                                                     ~16
         38        ECHO                                                     '%3C%2Ftd%3E%0A%09%09%09%09%3Ctd+class%3D%22center%22%3E'
   34    39        FETCH_DIM_R                                      ~17     !3, 'data'
         40        ECHO                                                     ~17
         41        ECHO                                                     '%3C%2Ftd%3E%0A%09%09%09%3C%2Ftr%3E%0A%09%09'
   21    42    >   INIT_FCALL_BY_NAME                                       'mysqli_fetch_array'
         43        SEND_VAR_EX                                              !0
         44        DO_FCALL                                      0  $18     
         45        ASSIGN                                           ~19     !3, $18
         46      > JMPNZ                                                    ~19, ->8
   37    47    >   ECHO                                                     '%09%09%3Ctfoot%3E%0A%09%09%09%3Ctr%3E%0A%09%09%09%09%3Cth%3EN%26%23176%3B%3C%2Fth%3E%0A%09%09%09%09%3Cth%3EID%3C%2Fth%3E%0A%09%09%09%09%3Cth%3EUser%3C%2Fth%3E%0A%09%09%09%09%3Cth%3EReff%3C%2Fth%3E%0A%09%09%09%09%3Cth%3EMail%3C%2Fth%3E%0A%09%09%09%09%3Cth%3ESponsor%3C%2Fth%3E%0A%09%09%09%09%3Cth%3EType+acc%3C%2Fth%3E%0A%09%09%09%09%3Cth%3EValidity%3C%2Fth%3E%0A%09%09%09%09%3Cth%3ESP%3C%2Fth%3E%0A%09%09%09%09%3Cth%3ELevel%3C%2Fth%3E%0A%09%09%09%09%3Cth%3EDate%3C%2Fth%3E%0A%09%09%09%3C%2Ftr%3E%0A%09%09%3C%2Ftfoot%3E%0A%09%09%3C%2Ftbody%3E%0A%09%3C%2Ftable%3E%0A%3C%2Fdiv%3E%0A%3C%21--+%2F.table-responsive+--%3E'
   55    48      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.29 ms | 1399 KiB | 13 Q