fork download
  1. <?php
  2. for($i=1;$i<=10;$i++){
  3. $var = 'id'.$i;
  4. $$var = 'example' . $i;
  5. }
  6.  
  7. echo $id3;
  8. ?>
Success #stdin #stdout 0.02s 13064KB
stdin
Standard input is empty
stdout
example3