3v4l.org

run code in 300+ PHP versions simultaneously
<?php $int = 12; $int2 = 12 / 100; $result = floatval($int + $int2); echo floatval($result / 0.010282777 / 100) - 0.35; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1tfn5
function name:  (null)
number of ops:  11
compiled vars:  !0 = $int, !1 = $int2, !2 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 12
    3     1        ASSIGN                                                   !1, 0.12
    4     2        ADD                                              ~5      !0, !1
          3        CAST                                          5  ~6      ~5
          4        ASSIGN                                                   !2, ~6
    5     5        DIV                                              ~8      !2, 0.0102828
          6        DIV                                              ~9      ~8, 100
          7        CAST                                          5  ~10     ~9
          8        SUB                                              ~11     ~10, 0.35
          9        ECHO                                                     ~11
    6    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.36 ms | 1393 KiB | 13 Q