3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.39 ms | 1397 KiB | 13 Q