3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.99 ms | 1394 KiB | 15 Q