3v4l.org

run code in 300+ PHP versions simultaneously
<?php $base_price = 159; $gst_tax = 84/11; $gst_savings = -75/11; $de_savings = 75 - (75/11); $you_pay = $base_price - $de_savings;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VJE83
function name:  (null)
number of ops:  7
compiled vars:  !0 = $base_price, !1 = $gst_tax, !2 = $gst_savings, !3 = $de_savings, !4 = $you_pay
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 159
    3     1        ASSIGN                                                   !1, 7.63636
    4     2        ASSIGN                                                   !2, -6.81818
    5     3        ASSIGN                                                   !3, 68.1818
    6     4        SUB                                              ~9      !0, !3
          5        ASSIGN                                                   !4, ~9
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.24 ms | 1392 KiB | 13 Q