3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141.32 ms | 1001 KiB | 13 Q