3v4l.org

run code in 300+ PHP versions simultaneously
<?php $c = 0.27; $a = round(28*$c+28*$c*(0.0/100),2); $b = 0.27*28; var_dump($a-($b-0.0));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YXFdH
function name:  (null)
number of ops:  17
compiled vars:  !0 = $c, !1 = $a, !2 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 0.27
    3     1        INIT_FCALL                                               'round'
          2        MUL                                              ~4      !0, 28
          3        MUL                                              ~5      !0, 28
          4        MUL                                              ~6      ~5, 0
          5        ADD                                              ~7      ~4, ~6
          6        SEND_VAL                                                 ~7
          7        SEND_VAL                                                 2
          8        DO_ICALL                                         $8      
          9        ASSIGN                                                   !1, $8
    4    10        ASSIGN                                                   !2, 7.56
    5    11        INIT_FCALL                                               'var_dump'
         12        SUB                                              ~11     !2, 0
         13        SUB                                              ~12     !1, ~11
         14        SEND_VAL                                                 ~12
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.73 ms | 1394 KiB | 17 Q