diff options
author | Remi Collet <remi@remirepo.net> | 2019-05-29 16:22:22 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-05-29 16:22:22 +0200 |
commit | ea237a40ade4baa12c684d5a539c9def07ca644e (patch) | |
tree | 5ed857f32558604bc513903d8486b164d3bbe33b /REFLECTION | |
parent | eefd6a6c8a55ba5b7ec9592d8a66f263508ef6aa (diff) |
v2.1.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 163 |
1 files changed, 160 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #142 runkit version 2.0.3 ] { +Extension [ <persistent> extension #142 runkit version 2.1.0 ] { - INI { Entry [ runkit.superglobal <PERDIR,SYSTEM> ] @@ -9,44 +9,85 @@ Extension [ <persistent> 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 [ <internal:runkit> function runkit7_zval_inspect ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } Function [ <internal:runkit> function runkit_zval_inspect ] { - Parameters [1] { Parameter #0 [ <required> $value ] } } + Function [ <internal:runkit> function runkit7_object_id ] { + + - Parameters [1] { + Parameter #0 [ <required> $obj ] + } + } Function [ <internal:runkit> function runkit_object_id ] { - Parameters [1] { Parameter #0 [ <required> $obj ] } } + Function [ <internal:runkit> function runkit7_superglobals ] { + + - Parameters [0] { + } + } Function [ <internal:runkit> function runkit_superglobals ] { - Parameters [0] { } } + Function [ <internal:runkit> function runkit7_import ] { + + - Parameters [2] { + Parameter #0 [ <required> $filename ] + Parameter #1 [ <optional> $flags ] + } + } Function [ <internal:runkit> function runkit_import ] { - Parameters [2] { @@ -54,6 +95,18 @@ Extension [ <persistent> extension #142 runkit version 2.0.3 ] { Parameter #1 [ <optional> $flags ] } } + Function [ <internal:runkit> function runkit7_function_add ] { + + - Parameters [7] { + Parameter #0 [ <required> $funcname ] + Parameter #1 [ <required> $arglist_or_closure ] + Parameter #2 [ <optional> $code_or_doc_comment ] + Parameter #3 [ <optional> $return_by_reference ] + Parameter #4 [ <optional> $doc_comment ] + Parameter #5 [ <optional> $return_type ] + Parameter #6 [ <optional> $is_strict ] + } + } Function [ <internal:runkit> function runkit_function_add ] { - Parameters [7] { @@ -66,12 +119,25 @@ Extension [ <persistent> extension #142 runkit version 2.0.3 ] { Parameter #6 [ <optional> $is_strict ] } } + Function [ <internal:runkit> function runkit7_function_remove ] { + + - Parameters [1] { + Parameter #0 [ <required> $funcname ] + } + } Function [ <internal:runkit> function runkit_function_remove ] { - Parameters [1] { Parameter #0 [ <required> $funcname ] } } + Function [ <internal:runkit> function runkit7_function_rename ] { + + - Parameters [2] { + Parameter #0 [ <required> $funcname ] + Parameter #1 [ <required> $newname ] + } + } Function [ <internal:runkit> function runkit_function_rename ] { - Parameters [2] { @@ -79,6 +145,18 @@ Extension [ <persistent> extension #142 runkit version 2.0.3 ] { Parameter #1 [ <required> $newname ] } } + Function [ <internal:runkit> function runkit7_function_redefine ] { + + - Parameters [7] { + Parameter #0 [ <required> $funcname ] + Parameter #1 [ <required> $arglist_or_closure ] + Parameter #2 [ <required> $code_or_doc_comment ] + Parameter #3 [ <optional> $return_by_reference ] + Parameter #4 [ <optional> $doc_comment ] + Parameter #5 [ <optional> $return_type ] + Parameter #6 [ <optional> $is_strict ] + } + } Function [ <internal:runkit> function runkit_function_redefine ] { - Parameters [7] { @@ -91,6 +169,13 @@ Extension [ <persistent> extension #142 runkit version 2.0.3 ] { Parameter #6 [ <optional> $is_strict ] } } + Function [ <internal:runkit> function runkit7_function_copy ] { + + - Parameters [2] { + Parameter #0 [ <required> $funcname ] + Parameter #1 [ <required> $targetname ] + } + } Function [ <internal:runkit> function runkit_function_copy ] { - Parameters [2] { @@ -98,6 +183,19 @@ Extension [ <persistent> extension #142 runkit version 2.0.3 ] { Parameter #1 [ <required> $targetname ] } } + Function [ <internal:runkit> function runkit7_method_add ] { + + - Parameters [8] { + Parameter #0 [ <required> $classname ] + Parameter #1 [ <required> $methodname ] + Parameter #2 [ <required> $arglist_or_closure ] + Parameter #3 [ <optional> $code_or_flags ] + Parameter #4 [ <optional> $flags_or_doc_comment ] + Parameter #5 [ <optional> $doc_comment ] + Parameter #6 [ <optional> $return_type ] + Parameter #7 [ <optional> $is_strict ] + } + } Function [ <internal:runkit> function runkit_method_add ] { - Parameters [8] { @@ -111,6 +209,19 @@ Extension [ <persistent> extension #142 runkit version 2.0.3 ] { Parameter #7 [ <optional> $is_strict ] } } + Function [ <internal:runkit> function runkit7_method_redefine ] { + + - Parameters [8] { + Parameter #0 [ <required> $classname ] + Parameter #1 [ <required> $methodname ] + Parameter #2 [ <required> $arglist_or_closure ] + Parameter #3 [ <optional> $code_or_flags ] + Parameter #4 [ <optional> $flags_or_doc_comment ] + Parameter #5 [ <optional> $doc_comment ] + Parameter #6 [ <optional> $return_type ] + Parameter #7 [ <optional> $is_strict ] + } + } Function [ <internal:runkit> function runkit_method_redefine ] { - Parameters [8] { @@ -124,6 +235,13 @@ Extension [ <persistent> extension #142 runkit version 2.0.3 ] { Parameter #7 [ <optional> $is_strict ] } } + Function [ <internal:runkit> function runkit7_method_remove ] { + + - Parameters [2] { + Parameter #0 [ <required> $classname ] + Parameter #1 [ <required> $methodname ] + } + } Function [ <internal:runkit> function runkit_method_remove ] { - Parameters [2] { @@ -131,6 +249,14 @@ Extension [ <persistent> extension #142 runkit version 2.0.3 ] { Parameter #1 [ <required> $methodname ] } } + Function [ <internal:runkit> function runkit7_method_rename ] { + + - Parameters [3] { + Parameter #0 [ <required> $classname ] + Parameter #1 [ <required> $methodname ] + Parameter #2 [ <required> $newname ] + } + } Function [ <internal:runkit> function runkit_method_rename ] { - Parameters [3] { @@ -139,6 +265,15 @@ Extension [ <persistent> extension #142 runkit version 2.0.3 ] { Parameter #2 [ <required> $newname ] } } + Function [ <internal:runkit> function runkit7_method_copy ] { + + - Parameters [4] { + Parameter #0 [ <required> $dClass ] + Parameter #1 [ <required> $dMethod ] + Parameter #2 [ <required> $sClass ] + Parameter #3 [ <optional> $sMethod ] + } + } Function [ <internal:runkit> function runkit_method_copy ] { - Parameters [4] { @@ -148,6 +283,14 @@ Extension [ <persistent> extension #142 runkit version 2.0.3 ] { Parameter #3 [ <optional> $sMethod ] } } + Function [ <internal:runkit> function runkit7_constant_redefine ] { + + - Parameters [3] { + Parameter #0 [ <required> $constname ] + Parameter #1 [ <required> $value ] + Parameter #2 [ <optional> $newVisibility ] + } + } Function [ <internal:runkit> function runkit_constant_redefine ] { - Parameters [3] { @@ -156,12 +299,26 @@ Extension [ <persistent> extension #142 runkit version 2.0.3 ] { Parameter #2 [ <optional> $newVisibility ] } } + Function [ <internal:runkit> function runkit7_constant_remove ] { + + - Parameters [1] { + Parameter #0 [ <required> $constname ] + } + } Function [ <internal:runkit> function runkit_constant_remove ] { - Parameters [1] { Parameter #0 [ <required> $constname ] } } + Function [ <internal:runkit> function runkit7_constant_add ] { + + - Parameters [3] { + Parameter #0 [ <required> $constname ] + Parameter #1 [ <required> $value ] + Parameter #2 [ <optional> $newVisibility ] + } + } Function [ <internal:runkit> function runkit_constant_add ] { - Parameters [3] { |