3v4l.org

run code in 500+ PHP versions simultaneously
<?php $g = &$a->b->c->d; $a->b->c->d = 1; $q = &$u['b']->c->d;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/H5SPf
function name:  (null)
number of ops:  13
compiled vars:  !0 = $g, !1 = $a, !2 = $q, !3 = $u
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   FETCH_OBJ_W                                          $4      !1, 'b'
          1        FETCH_OBJ_W                                          $5      $4, 'c'
          2        FETCH_OBJ_W                                          $6      $5, 'd'
          3        ASSIGN_REF                                                   !0, $6
    5     4        FETCH_OBJ_W                                          $8      !1, 'b'
          5        FETCH_OBJ_W                                          $9      $8, 'c'
          6        ASSIGN_OBJ                                                   $9, 'd'
          7        OP_DATA                                                      1
    7     8        FETCH_DIM_W                                          $11     !3, 'b'
          9        FETCH_OBJ_W                                          $12     $11, 'c'
         10        FETCH_OBJ_W                                          $13     $12, 'd'
         11        ASSIGN_REF                                                   !2, $13
    8    12      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
162.59 ms | 1425 KiB | 8 Q