3v4l.org

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

Class B: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.91 ms | 1394 KiB | 15 Q