3v4l.org

run code in 300+ PHP versions simultaneously
<?php $o1 = new stdclass(); $o1->test = 1; $o2 = $o1; $o2->test = 2; echo $o1->test; $a1 = array(); $a1['test'] = 1; $a2 = $a1; $a2['test'] = 2; echo $a2['test'];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/d06L7
function name:  (null)
number of ops:  19
compiled vars:  !0 = $o1, !1 = $o2, !2 = $a1, !3 = $a2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $4      'stdclass'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $4
    4     3        ASSIGN_OBJ                                               !0, 'test'
          4        OP_DATA                                                  1
    6     5        ASSIGN                                                   !1, !0
    7     6        ASSIGN_OBJ                                               !1, 'test'
          7        OP_DATA                                                  2
    8     8        FETCH_OBJ_R                                      ~10     !0, 'test'
          9        ECHO                                                     ~10
   11    10        ASSIGN                                                   !2, <array>
   12    11        ASSIGN_DIM                                               !2, 'test'
         12        OP_DATA                                                  1
   13    13        ASSIGN                                                   !3, !2
   14    14        ASSIGN_DIM                                               !3, 'test'
         15        OP_DATA                                                  2
   15    16        FETCH_DIM_R                                      ~15     !3, 'test'
         17        ECHO                                                     ~15
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.8 ms | 1393 KiB | 13 Q