3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.47 ms | 1392 KiB | 13 Q