3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
140.54 ms | 1392 KiB | 13 Q