3v4l.org

run code in 300+ PHP versions simultaneously
<?php $qty = "6";//*100; $unit = "82.32";//*100; $total = "493.92";//*100*100; var_dump(($total*100*100) != ($qty*100 * $unit*100)); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/L6Idi
function name:  (null)
number of ops:  13
compiled vars:  !0 = $qty, !1 = $unit, !2 = $total
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '6'
    3     1        ASSIGN                                                   !1, '82.32'
    4     2        ASSIGN                                                   !2, '493.92'
    5     3        INIT_FCALL                                               'var_dump'
          4        MUL                                              ~6      !2, 100
          5        MUL                                              ~7      ~6, 100
          6        MUL                                              ~8      !0, 100
          7        MUL                                              ~9      !1, ~8
          8        MUL                                              ~10     ~9, 100
          9        IS_NOT_EQUAL                                     ~11     ~7, ~10
         10        SEND_VAL                                                 ~11
         11        DO_ICALL                                                 
    6    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.64 ms | 1394 KiB | 15 Q