3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
194.95 ms | 1394 KiB | 15 Q