fork download
  1. <?php
  2. $a = "test";
  3. $test = "poop";
  4. echo "${$a}";
Success #stdin #stdout 0.02s 24352KB
stdin
Standard input is empty
stdout
poop