3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.1 ms | 1396 KiB | 13 Q