3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.58 ms | 1394 KiB | 15 Q