3v4l.org

run code in 300+ PHP versions simultaneously
<?php $webadd['data']['0']['address'] = 'http://www.image.com'; $url = $webadd['data']['0']['address']; echo '<img src="',$url,'"/>';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/SjX09
function name:  (null)
number of ops:  12
compiled vars:  !0 = $webadd, !1 = $url
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_DIM_W                                      $2      !0, 'data'
          1        FETCH_DIM_W                                      $3      $2, 0
          2        ASSIGN_DIM                                               $3, 'address'
          3        OP_DATA                                                  'http%3A%2F%2Fwww.image.com'
    3     4        FETCH_DIM_R                                      ~5      !0, 'data'
          5        FETCH_DIM_R                                      ~6      ~5, 0
          6        FETCH_DIM_R                                      ~7      ~6, 'address'
          7        ASSIGN                                                   !1, ~7
    5     8        ECHO                                                     '%3Cimg+src%3D%22'
          9        ECHO                                                     !1
         10        ECHO                                                     '%22%2F%3E'
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.73 ms | 1393 KiB | 13 Q