3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.18 ms | 1384 KiB | 13 Q