From 80e1652dcbcc1289951c5fdff2b570e414b2e1f3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Oct 2020 07:42:48 +0200 Subject: update reflection for 3.1.0a1 --- PHPINFO | 2 +- REFLECTION | 66 +++++++++++++++++++++++++++++++------------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/PHPINFO b/PHPINFO index 6231cd7..28e8e4a 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ runkit7 runkit7 support => enabled -version => 3.0.0 +version => 3.1.0a1 Custom Superglobal support => enabled Sandbox Support => disable or unavailable Runtime Manipulation => enabled diff --git a/REFLECTION b/REFLECTION index dae7339..a4188bb 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #142 runkit7 version 3.0.0 ] { +Extension [ extension #108 runkit7 version 3.1.0a1 ] { - INI { Entry [ runkit.superglobal ] @@ -10,38 +10,38 @@ Extension [ 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 { -- cgit