3v4l.org

run code in 300+ PHP versions simultaneously
<?php $qty = "6"*100; $unit = "82.32"*100; $total = "493.92"*100*100; var_dump(($qty*$unit)/100); var_dump($qty*$unit == $total); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/mHBqE
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, 600
    3     1        ASSIGN                                                   !1, 8232
    4     2        ASSIGN                                                   !2, 4.9392e+6
    5     3        INIT_FCALL                                               'var_dump'
          4        MUL                                              ~6      !0, !1
          5        DIV                                              ~7      ~6, 100
          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:
148.74 ms | 1394 KiB | 15 Q