fork download
  1. <?php
  2. $row =5;
  3. for($i=1;$i<=$row;$i++){
  4. for($j=1;$j<=2*$row;$j++){
  5.  
  6. }
  7. echo "*";
  8. echo "\n";
  9. }
  10. // your code goes here
Success #stdin #stdout 0.02s 26120KB
stdin
Standard input is empty
stdout
*
*
*
*
*