3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { static $var = 9; } var_dump(A::$var); echo (A::$var);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5EU4g
function name:  (null)
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                               'var_dump'
          1        FETCH_STATIC_PROP_R          global lock         ~0      'var'
          2        SEND_VAL                                                 ~0
          3        DO_ICALL                                                 
    8     4        FETCH_STATIC_PROP_R          unknown             ~2      'var'
          5        ECHO                                                     ~2
          6      > RETURN                                                   1

Class A: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.54 ms | 1393 KiB | 15 Q