fork download
  1.  
  2. <?php
  3. $i=0;
  4. while ($i>6){
  5. $i++;
  6. echo "hello...<br>
  7. }
  8. ?>
  9.  
Runtime error #stdin #stdout #stderr 0.01s 82880KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected end of file, expecting variable (T_VARIABLE) or ${ (T_DOLLAR_OPEN_CURLY_BRACES) or {$ (T_CURLY_OPEN) in /home/pdpTnj/prog.php on line 9