fork download
  1. <?php
  2.  
  3. $a = "asdf";
  4.  
  5. foreach ($a as $val) {
  6. echo $val;
  7.  
  8. }
Success #stdin #stdout #stderr 0s 82880KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Warning:  Invalid argument supplied for foreach() in /home/8BqaxH/prog.php on line 5