3v4l.org

run code in 300+ PHP versions simultaneously
<?php $request=("SELECT name, ves, colich, tara, price1, price2 FROM `shifer`"); $result=mysql_query($request); while($row=mysql_fetch_array($result)) { echo "<tr><td>".$row['name']."</td><td>".$row['ves']."</td><td>".$row['colich']."</td><td>".$row['tara']."</td><td>".$row['price1']."</td><td>".$row['price2']."</td></tr>"; }?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 25
Branch analysis from position: 25
2 jumps found. (Code = 44) Position 1 = 30, Position 2 = 6
Branch analysis from position: 30
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 30, Position 2 = 6
Branch analysis from position: 30
Branch analysis from position: 6
filename:       /in/K9X1X
function name:  (null)
number of ops:  31
compiled vars:  !0 = $request, !1 = $result, !2 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'SELECT+name%2C+ves%2C+colich%2C+tara%2C+price1%2C+price2+FROM+%60shifer%60'
    3     1        INIT_FCALL_BY_NAME                                       'mysql_query'
          2        SEND_VAR_EX                                              !0
          3        DO_FCALL                                      0  $4      
          4        ASSIGN                                                   !1, $4
    4     5      > JMP                                                      ->25
    5     6    >   FETCH_DIM_R                                      ~6      !2, 'name'
          7        CONCAT                                           ~7      '%3Ctr%3E%3Ctd%3E', ~6
          8        CONCAT                                           ~8      ~7, '%3C%2Ftd%3E%3Ctd%3E'
          9        FETCH_DIM_R                                      ~9      !2, 'ves'
         10        CONCAT                                           ~10     ~8, ~9
         11        CONCAT                                           ~11     ~10, '%3C%2Ftd%3E%3Ctd%3E'
         12        FETCH_DIM_R                                      ~12     !2, 'colich'
         13        CONCAT                                           ~13     ~11, ~12
         14        CONCAT                                           ~14     ~13, '%3C%2Ftd%3E%3Ctd%3E'
         15        FETCH_DIM_R                                      ~15     !2, 'tara'
         16        CONCAT                                           ~16     ~14, ~15
         17        CONCAT                                           ~17     ~16, '%3C%2Ftd%3E%3Ctd%3E'
         18        FETCH_DIM_R                                      ~18     !2, 'price1'
         19        CONCAT                                           ~19     ~17, ~18
         20        CONCAT                                           ~20     ~19, '%3C%2Ftd%3E%3Ctd%3E'
         21        FETCH_DIM_R                                      ~21     !2, 'price2'
         22        CONCAT                                           ~22     ~20, ~21
         23        CONCAT                                           ~23     ~22, '%3C%2Ftd%3E%3C%2Ftr%3E'
         24        ECHO                                                     ~23
    4    25    >   INIT_FCALL_BY_NAME                                       'mysql_fetch_array'
         26        SEND_VAR_EX                                              !1
         27        DO_FCALL                                      0  $24     
         28        ASSIGN                                           ~25     !2, $24
         29      > JMPNZ                                                    ~25, ->6
    6    30    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.46 ms | 1395 KiB | 13 Q