fork download
  1. <?php
  2.  
  3. $n = 3;
  4. // your code goes here
  5. for ($x = $n; $x <= 10; $x++) {
  6. echo "$x";
  7. }
Success #stdin #stdout 0.02s 25644KB
stdin
Standard input is empty
stdout
345678910