From bcca276d66d158f01412f2b2908f3f9d49e2d0fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Oct 2020 08:01:29 +0200 Subject: update to 4.0.0a1 raise dependency on PHP 7.2 --- REFLECTION | 286 +++++++++++++++++++++++++++++-------------------------------- 1 file changed, 137 insertions(+), 149 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a4188bb..0867248 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #108 runkit7 version 3.1.0a1 ] { +Extension [ extension #117 runkit7 version 4.0.0a1 ] { - INI { Entry [ runkit.superglobal ] @@ -9,21 +9,7 @@ Extension [ extension #108 runkit7 version 3.1.0a1 ] { } } - - Constants [32] { - 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 } + - Constants [16] { Constant [ int RUNKIT_ACC_RETURN_REFERENCE ] { 67108864 } Constant [ int RUNKIT7_ACC_RETURN_REFERENCE ] { 67108864 } Constant [ int RUNKIT_ACC_PUBLIC ] { 256 } @@ -40,8 +26,6 @@ Extension [ extension #108 runkit7 version 3.1.0a1 ] { 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 { @@ -50,280 +34,284 @@ Extension [ extension #108 runkit7 version 3.1.0a1 ] { - Parameters [1] { Parameter #0 [ $value ] } + - Return [ array ] } - Function [ function runkit_zval_inspect ] { + 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 ] - } + - Return [ array ] } Function [ function runkit7_superglobals ] { - Parameters [0] { } + - Return [ array ] } - Function [ function runkit_superglobals ] { + Function [ function runkit_superglobals ] { - Parameters [0] { } - } - Function [ function runkit7_import ] { - - - Parameters [2] { - Parameter #0 [ $filename ] - Parameter #1 [ $flags ] - } - } - Function [ function runkit_import ] { - - - Parameters [2] { - Parameter #0 [ $filename ] - Parameter #1 [ $flags ] - } + - Return [ array ] } 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 ] + Parameter #0 [ string $function_name ] + Parameter #1 [ $argument_list_or_closure ] + Parameter #2 [ string or NULL $code_or_doc_comment ] + Parameter #3 [ bool or NULL $return_by_reference ] + Parameter #4 [ string or NULL $doc_comment ] + Parameter #5 [ string or NULL $return_type ] + Parameter #6 [ bool or NULL $is_strict ] } + - Return [ bool ] } - Function [ function runkit_function_add ] { + Function [ function runkit_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 ] + Parameter #0 [ string $function_name ] + Parameter #1 [ $argument_list_or_closure ] + Parameter #2 [ string or NULL $code_or_doc_comment ] + Parameter #3 [ bool or NULL $return_by_reference ] + Parameter #4 [ string or NULL $doc_comment ] + Parameter #5 [ string or NULL $return_type ] + Parameter #6 [ bool or NULL $is_strict ] } + - Return [ bool ] } Function [ function runkit7_function_remove ] { - Parameters [1] { - Parameter #0 [ $funcname ] + Parameter #0 [ string $function_name ] } + - Return [ bool ] } - Function [ function runkit_function_remove ] { + Function [ function runkit_function_remove ] { - Parameters [1] { - Parameter #0 [ $funcname ] + Parameter #0 [ string $function_name ] } + - Return [ bool ] } Function [ function runkit7_function_rename ] { - Parameters [2] { - Parameter #0 [ $funcname ] - Parameter #1 [ $newname ] + Parameter #0 [ string $source_name ] + Parameter #1 [ string $target_name ] } + - Return [ bool ] } - Function [ function runkit_function_rename ] { + Function [ function runkit_function_rename ] { - Parameters [2] { - Parameter #0 [ $funcname ] - Parameter #1 [ $newname ] + Parameter #0 [ string $source_name ] + Parameter #1 [ string $target_name ] } + - Return [ bool ] } 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 ] + Parameter #0 [ string $function_name ] + Parameter #1 [ $argument_list_or_closure ] + Parameter #2 [ string or NULL $code_or_doc_comment ] + Parameter #3 [ bool or NULL $return_by_reference ] + Parameter #4 [ string or NULL $doc_comment ] + Parameter #5 [ string or NULL $return_type ] + Parameter #6 [ bool or NULL $is_strict ] } + - Return [ bool ] } - Function [ function runkit_function_redefine ] { + Function [ function runkit_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 ] + Parameter #0 [ string $function_name ] + Parameter #1 [ $argument_list_or_closure ] + Parameter #2 [ string or NULL $code_or_doc_comment ] + Parameter #3 [ bool or NULL $return_by_reference ] + Parameter #4 [ string or NULL $doc_comment ] + Parameter #5 [ string or NULL $return_type ] + Parameter #6 [ bool or NULL $is_strict ] } + - Return [ bool ] } Function [ function runkit7_function_copy ] { - Parameters [2] { - Parameter #0 [ $funcname ] - Parameter #1 [ $targetname ] + Parameter #0 [ string $source_name ] + Parameter #1 [ string $target_name ] } + - Return [ bool ] } - Function [ function runkit_function_copy ] { + Function [ function runkit_function_copy ] { - Parameters [2] { - Parameter #0 [ $funcname ] - Parameter #1 [ $targetname ] + Parameter #0 [ string $source_name ] + Parameter #1 [ string $target_name ] } + - Return [ bool ] } Function [ function runkit7_method_add ] { - Parameters [8] { - Parameter #0 [ $classname ] - Parameter #1 [ $methodname ] - Parameter #2 [ $arglist_or_closure ] + Parameter #0 [ string $class_name ] + Parameter #1 [ string $method_name ] + Parameter #2 [ $argument_list_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 ] + Parameter #5 [ string or NULL $doc_comment ] + Parameter #6 [ string or NULL $return_type ] + Parameter #7 [ bool or NULL $is_strict ] } + - Return [ bool ] } - Function [ function runkit_method_add ] { + Function [ function runkit_method_add ] { - Parameters [8] { - Parameter #0 [ $classname ] - Parameter #1 [ $methodname ] - Parameter #2 [ $arglist_or_closure ] + Parameter #0 [ string $class_name ] + Parameter #1 [ string $method_name ] + Parameter #2 [ $argument_list_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 ] + Parameter #5 [ string or NULL $doc_comment ] + Parameter #6 [ string or NULL $return_type ] + Parameter #7 [ bool or NULL $is_strict ] } + - Return [ bool ] } Function [ function runkit7_method_redefine ] { - Parameters [8] { - Parameter #0 [ $classname ] - Parameter #1 [ $methodname ] - Parameter #2 [ $arglist_or_closure ] + Parameter #0 [ string $class_name ] + Parameter #1 [ string $method_name ] + Parameter #2 [ $argument_list_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 ] + Parameter #5 [ string or NULL $doc_comment ] + Parameter #6 [ string or NULL $return_type ] + Parameter #7 [ bool or NULL $is_strict ] } + - Return [ bool ] } - Function [ function runkit_method_redefine ] { + Function [ function runkit_method_redefine ] { - Parameters [8] { - Parameter #0 [ $classname ] - Parameter #1 [ $methodname ] - Parameter #2 [ $arglist_or_closure ] + Parameter #0 [ string $class_name ] + Parameter #1 [ string $method_name ] + Parameter #2 [ $argument_list_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 ] + Parameter #5 [ string or NULL $doc_comment ] + Parameter #6 [ string or NULL $return_type ] + Parameter #7 [ bool or NULL $is_strict ] } + - Return [ bool ] } Function [ function runkit7_method_remove ] { - Parameters [2] { - Parameter #0 [ $classname ] - Parameter #1 [ $methodname ] + Parameter #0 [ string $class_name ] + Parameter #1 [ string $method_name ] } + - Return [ bool ] } - Function [ function runkit_method_remove ] { + Function [ function runkit_method_remove ] { - Parameters [2] { - Parameter #0 [ $classname ] - Parameter #1 [ $methodname ] + Parameter #0 [ string $class_name ] + Parameter #1 [ string $method_name ] } + - Return [ bool ] } Function [ function runkit7_method_rename ] { - Parameters [3] { - Parameter #0 [ $classname ] - Parameter #1 [ $methodname ] - Parameter #2 [ $newname ] + Parameter #0 [ string $class_name ] + Parameter #1 [ string $source_method_name ] + Parameter #2 [ string $source_target_name ] } + - Return [ bool ] } - Function [ function runkit_method_rename ] { + Function [ function runkit_method_rename ] { - Parameters [3] { - Parameter #0 [ $classname ] - Parameter #1 [ $methodname ] - Parameter #2 [ $newname ] + Parameter #0 [ string $class_name ] + Parameter #1 [ string $source_method_name ] + Parameter #2 [ string $source_target_name ] } + - Return [ bool ] } Function [ function runkit7_method_copy ] { - Parameters [4] { - Parameter #0 [ $dClass ] - Parameter #1 [ $dMethod ] - Parameter #2 [ $sClass ] - Parameter #3 [ $sMethod ] + Parameter #0 [ string $destination_class ] + Parameter #1 [ string $destination_method ] + Parameter #2 [ string $source_class ] + Parameter #3 [ string or NULL $source_method ] } + - Return [ bool ] } - Function [ function runkit_method_copy ] { + Function [ function runkit_method_copy ] { - Parameters [4] { - Parameter #0 [ $dClass ] - Parameter #1 [ $dMethod ] - Parameter #2 [ $sClass ] - Parameter #3 [ $sMethod ] + Parameter #0 [ string $destination_class ] + Parameter #1 [ string $destination_method ] + Parameter #2 [ string $source_class ] + Parameter #3 [ string or NULL $source_method ] } + - Return [ bool ] } Function [ function runkit7_constant_redefine ] { - Parameters [3] { - Parameter #0 [ $constname ] + Parameter #0 [ string $constant_name ] Parameter #1 [ $value ] - Parameter #2 [ $newVisibility ] + Parameter #2 [ int or NULL $new_visibility ] } + - Return [ bool ] } - Function [ function runkit_constant_redefine ] { + Function [ function runkit_constant_redefine ] { - Parameters [3] { - Parameter #0 [ $constname ] + Parameter #0 [ string $constant_name ] Parameter #1 [ $value ] - Parameter #2 [ $newVisibility ] + Parameter #2 [ int or NULL $new_visibility ] } + - Return [ bool ] } Function [ function runkit7_constant_remove ] { - Parameters [1] { - Parameter #0 [ $constname ] + Parameter #0 [ string $constant_name ] } + - Return [ bool ] } - Function [ function runkit_constant_remove ] { + Function [ function runkit_constant_remove ] { - Parameters [1] { - Parameter #0 [ $constname ] + Parameter #0 [ string $constant_name ] } + - Return [ bool ] } Function [ function runkit7_constant_add ] { - Parameters [3] { - Parameter #0 [ $constname ] + Parameter #0 [ string $constant_name ] Parameter #1 [ $value ] - Parameter #2 [ $newVisibility ] + Parameter #2 [ int or NULL $new_visibility ] } + - Return [ bool ] } - Function [ function runkit_constant_add ] { + Function [ function runkit_constant_add ] { - Parameters [3] { - Parameter #0 [ $constname ] + Parameter #0 [ string $constant_name ] Parameter #1 [ $value ] - Parameter #2 [ $newVisibility ] + Parameter #2 [ int $new_visibility ] } + - Return [ bool ] } } } -- cgit