3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.49 ms | 1392 KiB | 13 Q