nel php.ini la direttiva è 'error_reporting' ma
se vuoi puoi metterlo anche negli script...
ERROR_REPORTING(livello);
in fase di sviluppo ti consiglio un bel:
ERROR_REPORTING(E_ALL);
comunque guarda qui nella tabella c'è tutto:
http://php.benscom.com/manual/it/fun...-reporting.php