3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = 0; ++$data; $data++; $data = $data + 1; $data+=1;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fIGAM
function name:  (null)
number of ops:  7
compiled vars:  !0 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
    4     1        PRE_INC                                                  !0
    5     2        PRE_INC                                                  !0
    6     3        ADD                                              ~4      !0, 1
          4        ASSIGN                                                   !0, ~4
    7     5        ASSIGN_OP                                     1          !0, 1
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.42 ms | 1392 KiB | 13 Q