3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x->foo = 'bar'; $x->bar = 'car'; var_dump($x['foo']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LccUv
function name:  (null)
number of ops:  9
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_OBJ                                               !0, 'foo'
          1        OP_DATA                                                  'bar'
    4     2        ASSIGN_OBJ                                               !0, 'bar'
          3        OP_DATA                                                  'car'
    6     4        INIT_FCALL                                               'var_dump'
          5        FETCH_DIM_R                                      ~3      !0, 'foo'
          6        SEND_VAL                                                 ~3
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.37 ms | 1394 KiB | 15 Q