fork(7) download
  1. <?php
  2.  
  3. $a = 'test';
  4. $test = ['a', 'b'];
  5. echo ${$a}[0];
Success #stdin #stdout 0.02s 24400KB
stdin
Standard input is empty
stdout
a