3v4l.org

run code in 300+ PHP versions simultaneously
<?php $row['website'] = 'http://www.phphulp.nl'; 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/usNFJ
function name:  (null)
number of ops:  10
compiled vars:  !0 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_DIM                                               !0, 'website'
          1        OP_DATA                                                  'http%3A%2F%2Fwww.phphulp.nl'
    3     2        FETCH_DIM_R                                      ~2      !0, 'website'
          3        CONCAT                                           ~3      '%3Ctd%3E%3Ca+href%3D%22', ~2
          4        CONCAT                                           ~4      ~3, '%22%3E'
          5        FETCH_DIM_R                                      ~5      !0, 'website'
          6        CONCAT                                           ~6      ~4, ~5
          7        CONCAT                                           ~7      ~6, '%3C%2Fa%3E%3C%2Ftd%3E'
          8        ECHO                                                     ~7
    4     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.24 ms | 1393 KiB | 13 Q