PHP no muestra aviso

// Report all errors except E_NOTICE   
error_reporting(E_ALL ^ E_NOTICE);  
Apollo