fork download
  1. <?php
  2.  
  3. $a = 0;
  4. $b = 1;
  5. $c = 2;
  6. $d = 3;
  7.  
  8. if ($a == $b) && ($c == $d){
  9.  
  10. }
Runtime error #stdin #stdout #stderr 0.01s 82880KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Parse error:  syntax error, unexpected '&&' (T_BOOLEAN_AND) in /home/WhpwUE/prog.php on line 8