fork download
  1. echo"<center><b>Arreglos</b></center>";
  2. $a = array("j","o","h","n","e","d","u","a","r","d");
  3.  
  4. for($a=9;$a>0;++$a){
  5. echo"$a";
  6. }
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
echo"<center><b>Arreglos</b></center>";
$a = array("j","o","h","n","e","d","u","a","r","d");

for($a=9;$a>0;++$a){
echo"$a";
}