3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
164.16 ms | 1848 KiB | 13 Q