3v4l.org

run code in 300+ PHP versions simultaneously
<?php $qty = "6"; $unit = "82.32"; $total = $qty*$unit; 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/q733Y
function name:  (null)
number of ops:  14
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        MUL                                              ~5      !0, !1
          3        ASSIGN                                                   !2, ~5
    5     4        INIT_FCALL                                               'var_dump'
          5        MUL                                              ~7      !0, !1
          6        SEND_VAL                                                 ~7
          7        DO_ICALL                                                 
    6     8        INIT_FCALL                                               'var_dump'
          9        MUL                                              ~9      !0, !1
         10        IS_EQUAL                                         ~10     !2, ~9
         11        SEND_VAL                                                 ~10
         12        DO_ICALL                                                 
    7    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.61 ms | 1394 KiB | 15 Q