Skip to content

Instantly share code, notes, and snippets.

@luk-
Created January 10, 2012 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luk-/1586264 to your computer and use it in GitHub Desktop.
Save luk-/1586264 to your computer and use it in GitHub Desktop.
pear error
<?php
return PEAR::raiseError ('error message', -1);
//end
//or do
if (!result) {
return PEAR::raiseError ('error message', -1);
}
return result;
//end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment