fork(1) download
  1. <?php
  2.  
  3. $foo = 'bar';
  4. $bar = 'foo';
  5. print ${$foo};
  6.  
Success #stdin #stdout 0.03s 52480KB
stdin
Standard input is empty
stdout
foo