3v4l.org

run code in 300+ PHP versions simultaneously
<?php $qty = "6"; $unit = "82.32"; $total = "493.92"; var_dump($qty*$unit); var_dump($qty*$unit == $total); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bV8uW
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      !0, !1
          5        SEND_VAL                                                 ~6
          6        DO_ICALL                                                 
    6     7        INIT_FCALL                                               'var_dump'
          8        MUL                                              ~8      !0, !1
          9        IS_EQUAL                                         ~9      !2, ~8
         10        SEND_VAL                                                 ~9
         11        DO_ICALL                                                 
    7    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.96 ms | 1394 KiB | 15 Q