3v4l.org

run code in 300+ PHP versions simultaneously
<?php $b = 1.01; $c = 2; $a = $b + $c; echo intval(($a*100))/100;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/s3iNZ
function name:  (null)
number of ops:  9
compiled vars:  !0 = $b, !1 = $c, !2 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1.01
    4     1        ASSIGN                                                   !1, 2
    6     2        ADD                                              ~5      !0, !1
          3        ASSIGN                                                   !2, ~5
    7     4        MUL                                              ~7      !2, 100
          5        CAST                                          4  ~8      ~7
          6        DIV                                              ~9      ~8, 100
          7        ECHO                                                     ~9
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.08 ms | 1392 KiB | 13 Q