3v4l.org

run code in 300+ PHP versions simultaneously
<?php $row[3] = 'test'; echo "<img src='$row[3]' height='100' width='100'";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WCpoK
function name:  (null)
number of ops:  8
compiled vars:  !0 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0, 3
          1        OP_DATA                                                  'test'
    5     2        ROPE_INIT                                     3  ~4      '%3Cimg+src%3D%27'
          3        FETCH_DIM_R                                      ~2      !0, 3
          4        ROPE_ADD                                      1  ~4      ~4, ~2
          5        ROPE_END                                      2  ~3      ~4, '%27+height%3D%27100%27+width%3D%27100%27'
          6        ECHO                                                     ~3
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
140.91 ms | 1396 KiB | 13 Q