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