3v4l.org

run code in 300+ PHP versions simultaneously
<?php $computers[101] = array( "name" => "phantom NXZT", "img" => "img/phantom.jpg", "cpu" => "Intel i7 4770K Quadcore", "gpu" => "GTX 780 3GB GDDR5", "ram" => "16GB Corsair 1800mhz", "hdd" => "Seagate 2TB Hard Drive", "ssd" => "SanDisk 120GB Solid State", "price" => 1200 ); ?> <img src="<?php echo $computers[101]["img"];?>">
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3ngsq
function name:  (null)
number of ops:  8
compiled vars:  !0 = $computers
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0, 101
    4     1        OP_DATA                                                  <array>
   15     2        ECHO                                                     '%0A%3Cimg+src%3D%22'
   16     3        FETCH_DIM_R                                      ~2      !0, 101
          4        FETCH_DIM_R                                      ~3      ~2, 'img'
          5        ECHO                                                     ~3
          6        ECHO                                                     '%22%3E'
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.95 ms | 1392 KiB | 13 Q