summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-08 07:42:48 +0200
committerRemi Collet <remi@remirepo.net>2020-10-08 07:42:48 +0200
commit80e1652dcbcc1289951c5fdff2b570e414b2e1f3 (patch)
tree59f08fd67d969cc58f906cae461ebce032ae5534 /REFLECTION
parent86bdec01fa55d7142e20ac9a58af86595b2c9043 (diff)
update reflection for 3.1.0a1
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION66
1 files changed, 33 insertions, 33 deletions
diff --git a/REFLECTION b/REFLECTION
index dae7339..a4188bb 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #142 runkit7 version 3.0.0 ] {
+Extension [ <persistent> extension #108 runkit7 version 3.1.0a1 ] {
- INI {
Entry [ runkit.superglobal <PERDIR,SYSTEM> ]
@@ -10,38 +10,38 @@ Extension [ <persistent> extension #142 runkit7 version 3.0.0 ] {
}
- Constants [32] {
- Constant [ integer RUNKIT_IMPORT_FUNCTIONS ] { 1 }
- Constant [ integer RUNKIT7_IMPORT_FUNCTIONS ] { 1 }
- Constant [ integer RUNKIT_IMPORT_CLASS_METHODS ] { 2 }
- Constant [ integer RUNKIT7_IMPORT_CLASS_METHODS ] { 2 }
- Constant [ integer RUNKIT_IMPORT_CLASS_CONSTS ] { 4 }
- Constant [ integer RUNKIT7_IMPORT_CLASS_CONSTS ] { 4 }
- Constant [ integer RUNKIT_IMPORT_CLASS_PROPS ] { 8 }
- Constant [ integer RUNKIT7_IMPORT_CLASS_PROPS ] { 8 }
- Constant [ integer RUNKIT_IMPORT_CLASS_STATIC_PROPS ] { 16 }
- Constant [ integer RUNKIT7_IMPORT_CLASS_STATIC_PROPS ] { 16 }
- Constant [ integer RUNKIT_IMPORT_CLASSES ] { 30 }
- Constant [ integer RUNKIT7_IMPORT_CLASSES ] { 30 }
- Constant [ integer RUNKIT_IMPORT_OVERRIDE ] { 32 }
- Constant [ integer RUNKIT7_IMPORT_OVERRIDE ] { 32 }
- Constant [ integer RUNKIT_ACC_RETURN_REFERENCE ] { 67108864 }
- Constant [ integer RUNKIT7_ACC_RETURN_REFERENCE ] { 67108864 }
- Constant [ integer RUNKIT_ACC_PUBLIC ] { 256 }
- Constant [ integer RUNKIT7_ACC_PUBLIC ] { 256 }
- Constant [ integer RUNKIT_ACC_PROTECTED ] { 512 }
- Constant [ integer RUNKIT7_ACC_PROTECTED ] { 512 }
- Constant [ integer RUNKIT_ACC_PRIVATE ] { 1024 }
- Constant [ integer RUNKIT7_ACC_PRIVATE ] { 1024 }
- Constant [ integer RUNKIT_ACC_STATIC ] { 1 }
- Constant [ integer RUNKIT7_ACC_STATIC ] { 1 }
- Constant [ integer RUNKIT_OVERRIDE_OBJECTS ] { 32768 }
- Constant [ integer RUNKIT7_OVERRIDE_OBJECTS ] { 32768 }
- Constant [ integer RUNKIT_FEATURE_MANIPULATION ] { 1 }
- Constant [ integer RUNKIT7_FEATURE_MANIPULATION ] { 1 }
- Constant [ integer RUNKIT_FEATURE_SUPERGLOBALS ] { 1 }
- Constant [ integer RUNKIT7_FEATURE_SUPERGLOBALS ] { 1 }
- Constant [ integer RUNKIT_FEATURE_SANDBOX ] { 0 }
- Constant [ integer RUNKIT7_FEATURE_SANDBOX ] { 0 }
+ Constant [ int RUNKIT_IMPORT_FUNCTIONS ] { 1 }
+ Constant [ int RUNKIT7_IMPORT_FUNCTIONS ] { 1 }
+ Constant [ int RUNKIT_IMPORT_CLASS_METHODS ] { 2 }
+ Constant [ int RUNKIT7_IMPORT_CLASS_METHODS ] { 2 }
+ Constant [ int RUNKIT_IMPORT_CLASS_CONSTS ] { 4 }
+ Constant [ int RUNKIT7_IMPORT_CLASS_CONSTS ] { 4 }
+ Constant [ int RUNKIT_IMPORT_CLASS_PROPS ] { 8 }
+ Constant [ int RUNKIT7_IMPORT_CLASS_PROPS ] { 8 }
+ Constant [ int RUNKIT_IMPORT_CLASS_STATIC_PROPS ] { 16 }
+ Constant [ int RUNKIT7_IMPORT_CLASS_STATIC_PROPS ] { 16 }
+ Constant [ int RUNKIT_IMPORT_CLASSES ] { 30 }
+ Constant [ int RUNKIT7_IMPORT_CLASSES ] { 30 }
+ Constant [ int RUNKIT_IMPORT_OVERRIDE ] { 32 }
+ Constant [ int RUNKIT7_IMPORT_OVERRIDE ] { 32 }
+ 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_OVERRIDE_OBJECTS ] { 32768 }
+ Constant [ int RUNKIT7_OVERRIDE_OBJECTS ] { 32768 }
+ Constant [ int RUNKIT_FEATURE_MANIPULATION ] { 1 }
+ Constant [ int RUNKIT7_FEATURE_MANIPULATION ] { 1 }
+ Constant [ int RUNKIT_FEATURE_SUPERGLOBALS ] { 1 }
+ Constant [ int RUNKIT7_FEATURE_SUPERGLOBALS ] { 1 }
+ Constant [ int RUNKIT_FEATURE_SANDBOX ] { 0 }
+ Constant [ int RUNKIT7_FEATURE_SANDBOX ] { 0 }
}
- Functions {