Skip to content

Instantly share code, notes, and snippets.

@localhost8080
Created September 3, 2014 14:11
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 localhost8080/aa463a498f8dd97e2990 to your computer and use it in GitHub Desktop.
Save localhost8080/aa463a498f8dd97e2990 to your computer and use it in GitHub Desktop.
deprecate a user function in php
trigger_error('function '. __FUNCTION__ .' is gone', E_USER_DEPRECATED);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment