good boy good boyOriginariamente inviato da andr3a
puoi settare un error handler che al suo interno farà un throw per te
Codice PHP:
$old_handler = set_error_handler(create_function('', 'throw new Exception("errore php");'));
ecco la risposta che volevo sentire.
grazie