fork download
  1. <?php
  2. $a=1;
  3. $b=2;
  4. $c=3;
  5. $d=$a+$b;
  6. $e=$c-$a;
  7. $g=$c*$b;
  8. $y=$c+3:$b+2;
  9. echo"$d<br>$e<br>$g<br>$y";
  10. >?
Runtime error #stdin #stdout #stderr 0.02s 52472KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected ':' in /home/t41eKF/prog.php on line 8