summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-07-18 07:20:42 +0200
committerRemi Collet <remi@remirepo.net>2021-07-18 07:20:42 +0200
commit1bd1338dcfd8bfa16714ae494fb5e6e6c794e1de (patch)
treea153a2c0072588e4a7c3080395ac478a8cebb9c1 /REFLECTION
parent68081c06cc48c815009f9844c6520da25afc1066 (diff)
update to 4.0.0a3
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION22
1 files changed, 11 insertions, 11 deletions
diff --git a/REFLECTION b/REFLECTION
index a9bba1f..f089348 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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 }