3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.03 ms | 1392 KiB | 13 Q