3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 1; $b = 2.5; $c = 0xFF; $d = $b + $c; echo $d; $e = $d * $b; echo $e; $f = ($d + $e) % $a; echo $f; print ($f + $e);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GVMM1
function name:  (null)
number of ops:  16
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $d, !4 = $e, !5 = $f
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1
    4     1        ASSIGN                                                   !1, 2.5
    5     2        ASSIGN                                                   !2, 255
    7     3        ADD                                              ~9      !1, !2
          4        ASSIGN                                                   !3, ~9
    8     5        ECHO                                                     !3
    9     6        MUL                                              ~11     !3, !1
          7        ASSIGN                                                   !4, ~11
   10     8        ECHO                                                     !4
   11     9        ADD                                              ~13     !3, !4
         10        MOD                                              ~14     ~13, !0
         11        ASSIGN                                                   !5, ~14
   12    12        ECHO                                                     !5
   14    13        ADD                                              ~16     !5, !4
         14        ECHO                                                     ~16
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.57 ms | 1384 KiB | 13 Q