3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo '<td><a href="'.$row['website'].'">'.$row['website'].'</a></td>'; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4TNNl
function name:  (null)
number of ops:  8
compiled vars:  !0 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_DIM_R                                      ~1      !0, 'website'
          1        CONCAT                                           ~2      '%3Ctd%3E%3Ca+href%3D%22', ~1
          2        CONCAT                                           ~3      ~2, '%22%3E'
          3        FETCH_DIM_R                                      ~4      !0, 'website'
          4        CONCAT                                           ~5      ~3, ~4
          5        CONCAT                                           ~6      ~5, '%3C%2Fa%3E%3C%2Ftd%3E'
          6        ECHO                                                     ~6
    3     7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
182.95 ms | 1392 KiB | 13 Q