3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.54 ms | 1392 KiB | 13 Q