3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "<tr><td colspan='2'><a href='$row[type]/$row[id]/$row[wfurl]'>".($row['title'])."</a></td></tr>";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6Xp2S
function name:  (null)
number of ops:  15
compiled vars:  !0 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ROPE_INIT                                     7  ~5      '%3Ctr%3E%3Ctd+colspan%3D%272%27%3E%3Ca+href%3D%27'
          1        FETCH_DIM_R                                      ~1      !0, 'type'
          2        ROPE_ADD                                      1  ~5      ~5, ~1
          3        ROPE_ADD                                      2  ~5      ~5, '%2F'
          4        FETCH_DIM_R                                      ~2      !0, 'id'
          5        ROPE_ADD                                      3  ~5      ~5, ~2
          6        ROPE_ADD                                      4  ~5      ~5, '%2F'
          7        FETCH_DIM_R                                      ~3      !0, 'wfurl'
          8        ROPE_ADD                                      5  ~5      ~5, ~3
          9        ROPE_END                                      6  ~4      ~5, '%27%3E'
         10        FETCH_DIM_R                                      ~9      !0, 'title'
         11        CONCAT                                           ~10     ~4, ~9
         12        CONCAT                                           ~11     ~10, '%3C%2Fa%3E%3C%2Ftd%3E%3C%2Ftr%3E'
         13        ECHO                                                     ~11
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.34 ms | 1393 KiB | 13 Q