3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.5 ms | 1392 KiB | 13 Q