diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 111 |
1 files changed, 108 insertions, 3 deletions
@@ -1,62 +1,167 @@ -Extension [ <persistent> extension #119 uopz version 6.1.2 ] { +Extension [ <persistent> extension #16 uopz version 7.0.0 ] { - INI { Entry [ uopz.disable <SYSTEM> ] - Current = '1' + Current = '0' } Entry [ uopz.exit <SYSTEM> ] - Current = '1' + Current = '0' } } + - Constants [7] { + Constant [ int ZEND_ACC_PUBLIC ] { 1 } + Constant [ int ZEND_ACC_PRIVATE ] { 4 } + Constant [ int ZEND_ACC_PROTECTED ] { 2 } + Constant [ int ZEND_ACC_PPP_MASK ] { 7 } + Constant [ int ZEND_ACC_STATIC ] { 16 } + Constant [ int ZEND_ACC_FINAL ] { 32 } + Constant [ int ZEND_ACC_ABSTRACT ] { 64 } + } + - Functions { Function [ <internal:uopz> function uopz_set_return ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_get_return ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_unset_return ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_set_mock ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_get_mock ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_unset_mock ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_get_static ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_set_static ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_set_hook ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_get_hook ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_unset_hook ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_add_function ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_del_function ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_extend ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_implement ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_flags ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_redefine ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_undefine ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_set_property ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_get_property ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_get_exit_status ] { + + - Parameters [0] { + } } Function [ <internal:uopz> function uopz_allow_exit ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_call_user_func ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } Function [ <internal:uopz> function uopz_call_user_func_array ] { + + - Parameters [1] { + Parameter #0 [ <required> ...$arguments ] + } } } } |