fork download
  1. <?php
  2. for($i=1; $i<=$n+1; $i++) {
  3. echo "*";
  4. }
  5.  
  6. // your code goes here
Success #stdin #stdout #stderr 0.02s 26152KB
stdin
Standard input is empty
stdout
*
stderr
PHP Notice:  Undefined variable: n in /home/Gut39V/prog.php on line 2
PHP Notice:  Undefined variable: n in /home/Gut39V/prog.php on line 2