3v4l.org

run code in 300+ PHP versions simultaneously
<?php $variableName = 'MyVariable'; $variableName .= '900'; // Create new variable with the name defined in variable $variableName ${$variableName900} = 'MyValue'; //Outputs: string(7) "MyValue" var_dump($MyVariable); //Outputs: string(7) "MyValue" var_dump(${'MyVariable'});
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZqcsD
function name:  (null)
number of ops:  11
compiled vars:  !0 = $variableName, !1 = $variableName900, !2 = $MyVariable
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'MyVariable'
    3     1        ASSIGN_OP                                     8          !0, '900'
    5     2        FETCH_W                      local               $5      !1
          3        ASSIGN                                                   $5, 'MyValue'
    8     4        INIT_FCALL                                               'var_dump'
          5        SEND_VAR                                                 !2
          6        DO_ICALL                                                 
   10     7        INIT_FCALL                                               'var_dump'
          8        SEND_VAR                                                 !2
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.97 ms | 1394 KiB | 15 Q