3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.66 ms | 1394 KiB | 15 Q