3v4l.org

run code in 300+ PHP versions simultaneously
<?php $row[7] = '<img title="vlc" id="vlc-playlist" src="./img/vlc.png" onclick="window.location=\'vlc.php?user='.$row[1].'&pass='.$row[2].'&type=vlc\'">'; echo $row[7]; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lcgKC
function name:  (null)
number of ops:  11
compiled vars:  !0 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_DIM_R                                      ~2      !0, 1
          1        CONCAT                                           ~3      '%3Cimg+title%3D%22vlc%22+id%3D%22vlc-playlist%22+src%3D%22.%2Fimg%2Fvlc.png%22+onclick%3D%22window.location%3D%27vlc.php%3Fuser%3D', ~2
          2        CONCAT                                           ~4      ~3, '%26pass%3D'
          3        FETCH_DIM_R                                      ~5      !0, 2
          4        CONCAT                                           ~6      ~4, ~5
          5        CONCAT                                           ~7      ~6, '%26type%3Dvlc%27%22%3E'
          6        ASSIGN_DIM                                               !0, 7
          7        OP_DATA                                                  ~7
    4     8        FETCH_DIM_R                                      ~8      !0, 7
          9        ECHO                                                     ~8
    5    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.74 ms | 1393 KiB | 13 Q