Skip to content

Instantly share code, notes, and snippets.

@SemanticallyNull
Created November 7, 2012 16:58
Show Gist options
  • Save SemanticallyNull/4032950 to your computer and use it in GitHub Desktop.
Save SemanticallyNull/4032950 to your computer and use it in GitHub Desktop.
<?php
echo "Some test stuff";
trigger_error("This is a test - trigger_error()", E_USER_ERROR);
syslog(LOG_ERR, "This is a test - syslog()");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment