3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = [ "one" => [ "rawr1" => "sweet1" ], "two" => [ "rawr2" => "sweet2" ], "three" => [ "rawr3" => "sweet3" ] ]; $one = $arr["one"]; var_dump($one);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bduT7
function name:  (null)
number of ops:  7
compiled vars:  !0 = $arr, !1 = $one
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   15     1        FETCH_DIM_R                                      ~3      !0, 'one'
          2        ASSIGN                                                   !1, ~3
   16     3        INIT_FCALL                                               'var_dump'
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                                 
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.6 ms | 1385 KiB | 15 Q