From ea237a40ade4baa12c684d5a539c9def07ca644e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 May 2019 16:22:22 +0200 Subject: v2.1.0 --- REFLECTION | 163 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 160 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 9a4ee68..993ed9a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #142 runkit version 2.0.3 ] { +Extension [ extension #142 runkit version 2.1.0 ] { - INI { Entry [ runkit.superglobal ] @@ -9,44 +9,85 @@ Extension [ extension #142 runkit version 2.0.3 ] { } } - - Constants [17] { + - Constants [34] { 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 [ string RUNKIT_VERSION ] { 2.0.3 } + Constant [ integer RUNKIT7_IMPORT_OVERRIDE ] { 32 } + Constant [ string RUNKIT_VERSION ] { 2.1.0 } + Constant [ string RUNKIT7_VERSION ] { 2.1.0 } 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 } } - Functions { + Function [ function runkit7_zval_inspect ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } Function [ function runkit_zval_inspect ] { - Parameters [1] { Parameter #0 [ $value ] } } + Function [ function runkit7_object_id ] { + + - Parameters [1] { + Parameter #0 [ $obj ] + } + } Function [ function runkit_object_id ] { - Parameters [1] { Parameter #0 [ $obj ] } } + Function [ function runkit7_superglobals ] { + + - Parameters [0] { + } + } Function [ function runkit_superglobals ] { - Parameters [0] { } } + Function [ function runkit7_import ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $flags ] + } + } Function [ function runkit_import ] { - Parameters [2] { @@ -54,6 +95,18 @@ Extension [ extension #142 runkit version 2.0.3 ] { Parameter #1 [ $flags ] } } + Function [ function runkit7_function_add ] { + + - Parameters [7] { + Parameter #0 [ $funcname ] + Parameter #1 [ $arglist_or_closure ] + Parameter #2 [ $code_or_doc_comment ] + Parameter #3 [ $return_by_reference ] + Parameter #4 [ $doc_comment ] + Parameter #5 [ $return_type ] + Parameter #6 [ $is_strict ] + } + } Function [ function runkit_function_add ] { - Parameters [7] { @@ -66,12 +119,25 @@ Extension [ extension #142 runkit version 2.0.3 ] { Parameter #6 [ $is_strict ] } } + Function [ function runkit7_function_remove ] { + + - Parameters [1] { + Parameter #0 [ $funcname ] + } + } Function [ function runkit_function_remove ] { - Parameters [1] { Parameter #0 [ $funcname ] } } + Function [ function runkit7_function_rename ] { + + - Parameters [2] { + Parameter #0 [ $funcname ] + Parameter #1 [ $newname ] + } + } Function [ function runkit_function_rename ] { - Parameters [2] { @@ -79,6 +145,18 @@ Extension [ extension #142 runkit version 2.0.3 ] { Parameter #1 [ $newname ] } } + Function [ function runkit7_function_redefine ] { + + - Parameters [7] { + Parameter #0 [ $funcname ] + Parameter #1 [ $arglist_or_closure ] + Parameter #2 [ $code_or_doc_comment ] + Parameter #3 [ $return_by_reference ] + Parameter #4 [ $doc_comment ] + Parameter #5 [ $return_type ] + Parameter #6 [ $is_strict ] + } + } Function [ function runkit_function_redefine ] { - Parameters [7] { @@ -91,6 +169,13 @@ Extension [ extension #142 runkit version 2.0.3 ] { Parameter #6 [ $is_strict ] } } + Function [ function runkit7_function_copy ] { + + - Parameters [2] { + Parameter #0 [ $funcname ] + Parameter #1 [ $targetname ] + } + } Function [ function runkit_function_copy ] { - Parameters [2] { @@ -98,6 +183,19 @@ Extension [ extension #142 runkit version 2.0.3 ] { Parameter #1 [ $targetname ] } } + Function [ function runkit7_method_add ] { + + - Parameters [8] { + Parameter #0 [ $classname ] + Parameter #1 [ $methodname ] + Parameter #2 [ $arglist_or_closure ] + Parameter #3 [ $code_or_flags ] + Parameter #4 [ $flags_or_doc_comment ] + Parameter #5 [ $doc_comment ] + Parameter #6 [ $return_type ] + Parameter #7 [ $is_strict ] + } + } Function [ function runkit_method_add ] { - Parameters [8] { @@ -111,6 +209,19 @@ Extension [ extension #142 runkit version 2.0.3 ] { Parameter #7 [ $is_strict ] } } + Function [ function runkit7_method_redefine ] { + + - Parameters [8] { + Parameter #0 [ $classname ] + Parameter #1 [ $methodname ] + Parameter #2 [ $arglist_or_closure ] + Parameter #3 [ $code_or_flags ] + Parameter #4 [ $flags_or_doc_comment ] + Parameter #5 [ $doc_comment ] + Parameter #6 [ $return_type ] + Parameter #7 [ $is_strict ] + } + } Function [ function runkit_method_redefine ] { - Parameters [8] { @@ -124,6 +235,13 @@ Extension [ extension #142 runkit version 2.0.3 ] { Parameter #7 [ $is_strict ] } } + Function [ function runkit7_method_remove ] { + + - Parameters [2] { + Parameter #0 [ $classname ] + Parameter #1 [ $methodname ] + } + } Function [ function runkit_method_remove ] { - Parameters [2] { @@ -131,6 +249,14 @@ Extension [ extension #142 runkit version 2.0.3 ] { Parameter #1 [ $methodname ] } } + Function [ function runkit7_method_rename ] { + + - Parameters [3] { + Parameter #0 [ $classname ] + Parameter #1 [ $methodname ] + Parameter #2 [ $newname ] + } + } Function [ function runkit_method_rename ] { - Parameters [3] { @@ -139,6 +265,15 @@ Extension [ extension #142 runkit version 2.0.3 ] { Parameter #2 [ $newname ] } } + Function [ function runkit7_method_copy ] { + + - Parameters [4] { + Parameter #0 [ $dClass ] + Parameter #1 [ $dMethod ] + Parameter #2 [ $sClass ] + Parameter #3 [ $sMethod ] + } + } Function [ function runkit_method_copy ] { - Parameters [4] { @@ -148,6 +283,14 @@ Extension [ extension #142 runkit version 2.0.3 ] { Parameter #3 [ $sMethod ] } } + Function [ function runkit7_constant_redefine ] { + + - Parameters [3] { + Parameter #0 [ $constname ] + Parameter #1 [ $value ] + Parameter #2 [ $newVisibility ] + } + } Function [ function runkit_constant_redefine ] { - Parameters [3] { @@ -156,12 +299,26 @@ Extension [ extension #142 runkit version 2.0.3 ] { Parameter #2 [ $newVisibility ] } } + Function [ function runkit7_constant_remove ] { + + - Parameters [1] { + Parameter #0 [ $constname ] + } + } Function [ function runkit_constant_remove ] { - Parameters [1] { Parameter #0 [ $constname ] } } + Function [ function runkit7_constant_add ] { + + - Parameters [3] { + Parameter #0 [ $constname ] + Parameter #1 [ $value ] + Parameter #2 [ $newVisibility ] + } + } Function [ function runkit_constant_add ] { - Parameters [3] { -- cgit