fork download
  1. <?php
  2. $name = 'Michal';
  3. print $name * 10;
  4. ?>
  5.  
Success #stdin #stdout #stderr 0s 82560KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Warning:  A non-numeric value encountered in /home/feXqJc/prog.php on line 3