3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { static public $bar = ['baz' => 2]; } $bar = ['baz' => 3]; var_dump(Foo::$bar['baz']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/56jG9
function name:  (null)
number of ops:  7
compiled vars:  !0 = $bar
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   ASSIGN                                                   !0, <array>
    8     1        INIT_FCALL                                               'var_dump'
          2        FETCH_STATIC_PROP_R          global lock         ~2      'bar'
          3        FETCH_DIM_R                                      ~3      ~2, 'baz'
          4        SEND_VAL                                                 ~3
          5        DO_ICALL                                                 
          6      > RETURN                                                   1

Class Foo: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.47 ms | 1393 KiB | 15 Q