diff options
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 } |