3v4l.org

run code in 300+ PHP versions simultaneously
<?php $position = 5; $row2 = array(array("position"=>10)); echo $row2[0]['position'];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NegSp
function name:  (null)
number of ops:  6
compiled vars:  !0 = $position, !1 = $row2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 5
    4     1        ASSIGN                                                   !1, <array>
    6     2        FETCH_DIM_R                                      ~4      !1, 0
          3        FETCH_DIM_R                                      ~5      ~4, 'position'
          4        ECHO                                                     ~5
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.74 ms | 1383 KiB | 13 Q