3v4l.org

run code in 300+ PHP versions simultaneously
<?php $p = 0; $pmt = 200; $r =6.00; $n = 12; $t = 3; $ans = $pmt * ((1 + $r / $n) ^ ($n * $t - 1) / ($r / $n)); echo $ans;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gLNvs
function name:  (null)
number of ops:  16
compiled vars:  !0 = $p, !1 = $pmt, !2 = $r, !3 = $n, !4 = $t, !5 = $ans
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
    4     1        ASSIGN                                                   !1, 200
    5     2        ASSIGN                                                   !2, 6
    6     3        ASSIGN                                                   !3, 12
    7     4        ASSIGN                                                   !4, 3
   10     5        DIV                                              ~11     !2, !3
          6        ADD                                              ~12     1, ~11
          7        MUL                                              ~13     !3, !4
          8        SUB                                              ~14     ~13, 1
          9        DIV                                              ~15     !2, !3
         10        DIV                                              ~16     ~14, ~15
         11        BW_XOR                                           ~17     ~12, ~16
         12        MUL                                              ~18     !1, ~17
         13        ASSIGN                                                   !5, ~18
   12    14        ECHO                                                     !5
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141.71 ms | 1393 KiB | 13 Q