jobo: error_reporting einschalten

Beitrag lesen

Hallo,

bei einem script auf einem server (all1 oder so) schreibe ich

  
<?php  
error_reporting(E_ALL);  
include("wasfalsches.php");  
echo "hallo";  

"wasfalsches.php" gibts nicht. es kommt aber keine fehlermeldung, anders als bei mir auf dem rechner. der sagt brav:

Warning: include(wasfalsches.php): failed to open stream: ...

Gruß

jobo