3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Base { public $x = 0; } $x = 1; Base::$x =& $x;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lXKlC
function name:  (null)
number of ops:  4
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   ASSIGN                                                   !0, 1
    7     1        ASSIGN_STATIC_PROP_REF                                   'x', 'Base'
          2        OP_DATA                                                  !0
          3      > RETURN                                                   1

Class Base: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.61 ms | 1392 KiB | 13 Q