intercept 0.2.0

Intercept function/method calls


Allows the user to have a user-space function called
when the specified function is called. Support for class/object
methods will be added later.

License: PHP

Changes

Added support for intercepting internal functions.
Added checking to make sure the handler function
is not an internal function.