3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
138.68 ms | 996 KiB | 14 Q