3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = 0; $$test = 1; $странноеИмя = 2; echo $test . PHP_EOL; echo $$test . PHP_EOL; echo $странноеИмя . PHP_EOL;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1vaHM
function name:  (null)
number of ops:  12
compiled vars:  !0 = $test, !1 = $странноеИмя
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 0
    3     1        FETCH_W                      local               $3      !0
          2        ASSIGN                                                   $3, 1
    4     3        ASSIGN                                                   !1, 2
    5     4        CONCAT                                           ~6      !0, '%0A'
          5        ECHO                                                     ~6
    6     6        FETCH_R                      local               ~7      !0
          7        CONCAT                                           ~8      ~7, '%0A'
          8        ECHO                                                     ~8
    7     9        CONCAT                                           ~9      !1, '%0A'
         10        ECHO                                                     ~9
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.54 ms | 1393 KiB | 13 Q