3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
305.89 ms | 1011 KiB | 14 Q