<?php
error_reporting
(E_ALL);
trigger_error("WTF!"E_USER_NOTICE);
trigger_error("OMG!"E_USER_WARNING);
trigger_error("STFU!"E_USER_ERROR);
?>