3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.02 ms | 1392 KiB | 13 Q