3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.12 ms | 937 KiB | 14 Q