diff options
author | Remi Collet <remi@remirepo.net> | 2021-07-18 07:20:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-07-18 07:20:42 +0200 |
commit | 1bd1338dcfd8bfa16714ae494fb5e6e6c794e1de (patch) | |
tree | a153a2c0072588e4a7c3080395ac478a8cebb9c1 /REFLECTION | |
parent | 68081c06cc48c815009f9844c6520da25afc1066 (diff) |
update to 4.0.0a3
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 runkit7 version 4.0.0a2 ] { +Extension [ <persistent> extension #122 runkit7 version 4.0.0a3 ] { - INI { Entry [ runkit.superglobal <PERDIR,SYSTEM> ] @@ -10,16 +10,16 @@ Extension [ <persistent> extension #117 runkit7 version 4.0.0a2 ] { } - Constants [16] { - Constant [ int RUNKIT_ACC_RETURN_REFERENCE ] { 67108864 } - Constant [ int RUNKIT7_ACC_RETURN_REFERENCE ] { 67108864 } - Constant [ int RUNKIT_ACC_PUBLIC ] { 256 } - Constant [ int RUNKIT7_ACC_PUBLIC ] { 256 } - Constant [ int RUNKIT_ACC_PROTECTED ] { 512 } - Constant [ int RUNKIT7_ACC_PROTECTED ] { 512 } - Constant [ int RUNKIT_ACC_PRIVATE ] { 1024 } - Constant [ int RUNKIT7_ACC_PRIVATE ] { 1024 } - Constant [ int RUNKIT_ACC_STATIC ] { 1 } - Constant [ int RUNKIT7_ACC_STATIC ] { 1 } + Constant [ int RUNKIT_ACC_RETURN_REFERENCE ] { 4096 } + Constant [ int RUNKIT7_ACC_RETURN_REFERENCE ] { 4096 } + Constant [ int RUNKIT_ACC_PUBLIC ] { 1 } + Constant [ int RUNKIT7_ACC_PUBLIC ] { 1 } + Constant [ int RUNKIT_ACC_PROTECTED ] { 2 } + Constant [ int RUNKIT7_ACC_PROTECTED ] { 2 } + Constant [ int RUNKIT_ACC_PRIVATE ] { 4 } + Constant [ int RUNKIT7_ACC_PRIVATE ] { 4 } + Constant [ int RUNKIT_ACC_STATIC ] { 16 } + Constant [ int RUNKIT7_ACC_STATIC ] { 16 } Constant [ int RUNKIT_OVERRIDE_OBJECTS ] { 32768 } Constant [ int RUNKIT7_OVERRIDE_OBJECTS ] { 32768 } Constant [ int RUNKIT_FEATURE_MANIPULATION ] { 1 } |