diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-03 14:56:10 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-03 14:56:10 +0200 |
commit | f5580373c5a1f456399cb923e797bab15b3f1dba (patch) | |
tree | 87203f5dac01a1ac116ca5dcee494751e5e8b93b /REFLECTION | |
parent | 012f57ec984307bc1dece052a8da6265bf5ec6ca (diff) |
v5.0.2php70
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,4 +1,10 @@ -Extension [ <persistent> extension #15 uopz version 5.0.1 ] { +Extension [ <persistent> extension #15 uopz version 5.0.2 ] { + + - INI { + Entry [ uopz.disable <SYSTEM> ] + Current = '0' + } + } - Constants [7] { Constant [ integer ZEND_ACC_PUBLIC ] { 256 } @@ -11,6 +17,8 @@ Extension [ <persistent> extension #15 uopz version 5.0.1 ] { } - Functions { + Function [ <internal:uopz> function uopz_call_user_func ] { + } Function [ <internal:uopz> function uopz_set_return ] { } Function [ <internal:uopz> function uopz_get_return ] { @@ -51,6 +59,12 @@ Extension [ <persistent> extension #15 uopz version 5.0.1 ] { } Function [ <internal:uopz> function uopz_get_property ] { } + Function [ <internal:uopz> function uopz_get_exit_status ] { + } + Function [ <internal:uopz> function uopz_allow_exit ] { + } + Function [ <internal:uopz> function uopz_call_user_func_array ] { + } } } |