diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 16 |
1 files changed, 3 insertions, 13 deletions
@@ -1,24 +1,14 @@ -Extension [ <persistent> extension #15 uopz version 6.1.2 ] { +Extension [ <persistent> extension #119 uopz version 6.1.2 ] { - INI { Entry [ uopz.disable <SYSTEM> ] - Current = '0' + Current = '1' } Entry [ uopz.exit <SYSTEM> ] - Current = '0' + Current = '1' } } - - Constants [7] { - Constant [ int ZEND_ACC_PUBLIC ] { 256 } - Constant [ int ZEND_ACC_PRIVATE ] { 1024 } - Constant [ int ZEND_ACC_PROTECTED ] { 512 } - Constant [ int ZEND_ACC_PPP_MASK ] { 1792 } - Constant [ int ZEND_ACC_STATIC ] { 1 } - Constant [ int ZEND_ACC_FINAL ] { 4 } - Constant [ int ZEND_ACC_ABSTRACT ] { 2 } - } - - Functions { Function [ <internal:uopz> function uopz_set_return ] { } |