fork download
  1. <?php
  2.  
  3. $first = "second";
  4. $second = "first";
  5.  
  6. echo $$first; // $ + valor de first (second) => $second => imprime "first"
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
first