3v4l.org

run code in 300+ PHP versions simultaneously
<?php $w1 = $w2 = 64; $w1 = $w1 - 1.000125 - 1.000125; $w2 -= (1.000125 + 1.000125); echo $w1 . ":" .sprintf("%.20f", $w1) . PHP_EOL; echo $w2 . ":" .sprintf("%.20f", $w2) . PHP_EOL; echo ($w1 > $w2) . PHP_EOL;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XbmiN
function name:  (null)
number of ops:  26
compiled vars:  !0 = $w1, !1 = $w2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                           ~2      !1, 64
          1        ASSIGN                                                   !0, ~2
    4     2        SUB                                              ~4      !0, 1.00012
          3        SUB                                              ~5      ~4, 1.00012
          4        ASSIGN                                                   !0, ~5
    5     5        ASSIGN_OP                                     2          !1, 2.00025
    6     6        CONCAT                                           ~8      !0, '%3A'
          7        INIT_FCALL                                               'sprintf'
          8        SEND_VAL                                                 '%25.20f'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $9      
         11        CONCAT                                           ~10     ~8, $9
         12        CONCAT                                           ~11     ~10, '%0A'
         13        ECHO                                                     ~11
    7    14        CONCAT                                           ~12     !1, '%3A'
         15        INIT_FCALL                                               'sprintf'
         16        SEND_VAL                                                 '%25.20f'
         17        SEND_VAR                                                 !1
         18        DO_ICALL                                         $13     
         19        CONCAT                                           ~14     ~12, $13
         20        CONCAT                                           ~15     ~14, '%0A'
         21        ECHO                                                     ~15
    8    22        IS_SMALLER                                       ~16     !1, !0
         23        CONCAT                                           ~17     ~16, '%0A'
         24        ECHO                                                     ~17
    9    25      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.04 ms | 944 KiB | 14 Q