3v4l.org

run code in 300+ PHP versions simultaneously
<?php $order_price = 0.06499999; $ideal_price = 0.06499999; if ($order_price != $ideal_price) { var_dump($order_price); var_dump($ideal_price); var_dump($order_price != $ideal_price); var_dump($order_price == $ideal_price); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 18
Branch analysis from position: 4
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 18
filename:       /in/eA4Mu
function name:  (null)
number of ops:  19
compiled vars:  !0 = $order_price, !1 = $ideal_price
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0.065
    4     1        ASSIGN                                                   !1, 0.065
    6     2        IS_NOT_EQUAL                                             !0, !1
          3      > JMPZ                                                     ~4, ->18
    7     4    >   INIT_FCALL                                               'var_dump'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
    8     7        INIT_FCALL                                               'var_dump'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                                 
    9    10        INIT_FCALL                                               'var_dump'
         11        IS_NOT_EQUAL                                     ~7      !0, !1
         12        SEND_VAL                                                 ~7
         13        DO_ICALL                                                 
   10    14        INIT_FCALL                                               'var_dump'
         15        IS_EQUAL                                         ~9      !0, !1
         16        SEND_VAL                                                 ~9
         17        DO_ICALL                                                 
   11    18    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.86 ms | 1395 KiB | 15 Q