fork download
  1. <?php
  2.  
  3. // your code goes here
  4. $i = 'J';
  5.  
  6. echo $i + 3;
Success #stdin #stdout #stderr 0s 82880KB
stdin
Standard input is empty
stdout
3
stderr
PHP Warning:  A non-numeric value encountered in /home/ACJXHd/prog.php on line 6