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 != $qty * $unit); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dFvO1
function name:  (null)
number of ops:  9
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      !0, !1
          5        IS_NOT_EQUAL                                     ~7      !2, ~6
          6        SEND_VAL                                                 ~7
          7        DO_ICALL                                                 
    6     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.32 ms | 1394 KiB | 15 Q