3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo pow($amount*(1-($inflation/100)), $duration);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JU6SV
function name:  (null)
number of ops:  9
compiled vars:  !0 = $amount, !1 = $inflation, !2 = $duration
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'pow'
          1        DIV                                              ~3      !1, 100
          2        SUB                                              ~4      1, ~3
          3        MUL                                              ~5      !0, ~4
          4        SEND_VAL                                                 ~5
          5        SEND_VAR                                                 !2
          6        DO_ICALL                                         $6      
          7        ECHO                                                     $6
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.89 ms | 1385 KiB | 15 Q