diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 66 | 
1 files changed, 33 insertions, 33 deletions
@@ -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 {  | 
