fork download
  1. <?php
  2. $a = 1 + $b;
  3. @$c = 1 + $d;
  4.  
  5. // your code goes here
Success #stdin #stdout #stderr 0.02s 52472KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Notice:  Undefined variable: b in /home/gqMOC5/prog.php on line 2