uopz 2.0.7

User Operations for Zend


The uopz extension is focused on providing utilities to aid with unit testing PHP code.

It supports the following activities:

* Intercepting function execution
* Intercepting object creation
* Hooking into function execution
* Manipulation of function statics
* Manipulation of function flags
* Redefinition of constants
* Deletion of constants
* Runtime creation of functions and methods

License: PHP License

Changes

fix bug in overriding methods in classes loaded prior to override
add ability to send object from ZEND_NEW handler
send exit parameter to overload function
fix bug in handling exit status code when overloading disabled
set exit status code when overloading enabled from return value