3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.1 ms | 1394 KiB | 17 Q