3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
136.56 ms | 993 KiB | 13 Q