diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-08 08:01:29 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-08 08:01:29 +0200 |
commit | bcca276d66d158f01412f2b2908f3f9d49e2d0fe (patch) | |
tree | e1fa38b7f7f870fb7005a14b42d18b426185cccc /REFLECTION | |
parent | 80e1652dcbcc1289951c5fdff2b570e414b2e1f3 (diff) |
update to 4.0.0a1
raise dependency on PHP 7.2
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 286 |
1 files changed, 137 insertions, 149 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #108 runkit7 version 3.1.0a1 ] { +Extension [ <persistent> extension #117 runkit7 version 4.0.0a1 ] { - INI { Entry [ runkit.superglobal <PERDIR,SYSTEM> ] @@ -9,21 +9,7 @@ Extension [ <persistent> 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 [ <persistent> 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 [ <persistent> extension #108 runkit7 version 3.1.0a1 ] { - Parameters [1] { Parameter #0 [ <required> $value ] } + - Return [ array ] } - Function [ <internal:runkit7> function runkit_zval_inspect ] { + Function [ <internal, deprecated:runkit7> function runkit_zval_inspect ] { - Parameters [1] { Parameter #0 [ <required> $value ] } - } - Function [ <internal:runkit7> function runkit7_object_id ] { - - - Parameters [1] { - Parameter #0 [ <required> $obj ] - } - } - Function [ <internal:runkit7> function runkit_object_id ] { - - - Parameters [1] { - Parameter #0 [ <required> $obj ] - } + - Return [ array ] } Function [ <internal:runkit7> function runkit7_superglobals ] { - Parameters [0] { } + - Return [ array ] } - Function [ <internal:runkit7> function runkit_superglobals ] { + Function [ <internal, deprecated:runkit7> function runkit_superglobals ] { - Parameters [0] { } - } - Function [ <internal:runkit7> function runkit7_import ] { - - - Parameters [2] { - Parameter #0 [ <required> $filename ] - Parameter #1 [ <optional> $flags ] - } - } - Function [ <internal:runkit7> function runkit_import ] { - - - Parameters [2] { - Parameter #0 [ <required> $filename ] - Parameter #1 [ <optional> $flags ] - } + - Return [ array ] } Function [ <internal:runkit7> 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 ] + Parameter #0 [ <required> string $function_name ] + Parameter #1 [ <required> $argument_list_or_closure ] + Parameter #2 [ <optional> string or NULL $code_or_doc_comment ] + Parameter #3 [ <optional> bool or NULL $return_by_reference ] + Parameter #4 [ <optional> string or NULL $doc_comment ] + Parameter #5 [ <optional> string or NULL $return_type ] + Parameter #6 [ <optional> bool or NULL $is_strict ] } + - Return [ bool ] } - Function [ <internal:runkit7> function runkit_function_add ] { + Function [ <internal, deprecated:runkit7> function runkit_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 ] + Parameter #0 [ <required> string $function_name ] + Parameter #1 [ <required> $argument_list_or_closure ] + Parameter #2 [ <optional> string or NULL $code_or_doc_comment ] + Parameter #3 [ <optional> bool or NULL $return_by_reference ] + Parameter #4 [ <optional> string or NULL $doc_comment ] + Parameter #5 [ <optional> string or NULL $return_type ] + Parameter #6 [ <optional> bool or NULL $is_strict ] } + - Return [ bool ] } Function [ <internal:runkit7> function runkit7_function_remove ] { - Parameters [1] { - Parameter #0 [ <required> $funcname ] + Parameter #0 [ <required> string $function_name ] } + - Return [ bool ] } - Function [ <internal:runkit7> function runkit_function_remove ] { + Function [ <internal, deprecated:runkit7> function runkit_function_remove ] { - Parameters [1] { - Parameter #0 [ <required> $funcname ] + Parameter #0 [ <required> string $function_name ] } + - Return [ bool ] } Function [ <internal:runkit7> function runkit7_function_rename ] { - Parameters [2] { - Parameter #0 [ <required> $funcname ] - Parameter #1 [ <required> $newname ] + Parameter #0 [ <required> string $source_name ] + Parameter #1 [ <required> string $target_name ] } + - Return [ bool ] } - Function [ <internal:runkit7> function runkit_function_rename ] { + Function [ <internal, deprecated:runkit7> function runkit_function_rename ] { - Parameters [2] { - Parameter #0 [ <required> $funcname ] - Parameter #1 [ <required> $newname ] + Parameter #0 [ <required> string $source_name ] + Parameter #1 [ <required> string $target_name ] } + - Return [ bool ] } Function [ <internal:runkit7> 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 ] + Parameter #0 [ <required> string $function_name ] + Parameter #1 [ <required> $argument_list_or_closure ] + Parameter #2 [ <optional> string or NULL $code_or_doc_comment ] + Parameter #3 [ <optional> bool or NULL $return_by_reference ] + Parameter #4 [ <optional> string or NULL $doc_comment ] + Parameter #5 [ <optional> string or NULL $return_type ] + Parameter #6 [ <optional> bool or NULL $is_strict ] } + - Return [ bool ] } - Function [ <internal:runkit7> function runkit_function_redefine ] { + Function [ <internal, deprecated:runkit7> function runkit_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 ] + Parameter #0 [ <required> string $function_name ] + Parameter #1 [ <required> $argument_list_or_closure ] + Parameter #2 [ <optional> string or NULL $code_or_doc_comment ] + Parameter #3 [ <optional> bool or NULL $return_by_reference ] + Parameter #4 [ <optional> string or NULL $doc_comment ] + Parameter #5 [ <optional> string or NULL $return_type ] + Parameter #6 [ <optional> bool or NULL $is_strict ] } + - Return [ bool ] } Function [ <internal:runkit7> function runkit7_function_copy ] { - Parameters [2] { - Parameter #0 [ <required> $funcname ] - Parameter #1 [ <required> $targetname ] + Parameter #0 [ <required> string $source_name ] + Parameter #1 [ <required> string $target_name ] } + - Return [ bool ] } - Function [ <internal:runkit7> function runkit_function_copy ] { + Function [ <internal, deprecated:runkit7> function runkit_function_copy ] { - Parameters [2] { - Parameter #0 [ <required> $funcname ] - Parameter #1 [ <required> $targetname ] + Parameter #0 [ <required> string $source_name ] + Parameter #1 [ <required> string $target_name ] } + - Return [ bool ] } Function [ <internal:runkit7> function runkit7_method_add ] { - Parameters [8] { - Parameter #0 [ <required> $classname ] - Parameter #1 [ <required> $methodname ] - Parameter #2 [ <required> $arglist_or_closure ] + Parameter #0 [ <required> string $class_name ] + Parameter #1 [ <required> string $method_name ] + Parameter #2 [ <required> $argument_list_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 ] + Parameter #5 [ <optional> string or NULL $doc_comment ] + Parameter #6 [ <optional> string or NULL $return_type ] + Parameter #7 [ <optional> bool or NULL $is_strict ] } + - Return [ bool ] } - Function [ <internal:runkit7> function runkit_method_add ] { + Function [ <internal, deprecated:runkit7> function runkit_method_add ] { - Parameters [8] { - Parameter #0 [ <required> $classname ] - Parameter #1 [ <required> $methodname ] - Parameter #2 [ <required> $arglist_or_closure ] + Parameter #0 [ <required> string $class_name ] + Parameter #1 [ <required> string $method_name ] + Parameter #2 [ <required> $argument_list_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 ] + Parameter #5 [ <optional> string or NULL $doc_comment ] + Parameter #6 [ <optional> string or NULL $return_type ] + Parameter #7 [ <optional> bool or NULL $is_strict ] } + - Return [ bool ] } Function [ <internal:runkit7> function runkit7_method_redefine ] { - Parameters [8] { - Parameter #0 [ <required> $classname ] - Parameter #1 [ <required> $methodname ] - Parameter #2 [ <required> $arglist_or_closure ] + Parameter #0 [ <required> string $class_name ] + Parameter #1 [ <required> string $method_name ] + Parameter #2 [ <required> $argument_list_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 ] + Parameter #5 [ <optional> string or NULL $doc_comment ] + Parameter #6 [ <optional> string or NULL $return_type ] + Parameter #7 [ <optional> bool or NULL $is_strict ] } + - Return [ bool ] } - Function [ <internal:runkit7> function runkit_method_redefine ] { + Function [ <internal, deprecated:runkit7> function runkit_method_redefine ] { - Parameters [8] { - Parameter #0 [ <required> $classname ] - Parameter #1 [ <required> $methodname ] - Parameter #2 [ <required> $arglist_or_closure ] + Parameter #0 [ <required> string $class_name ] + Parameter #1 [ <required> string $method_name ] + Parameter #2 [ <required> $argument_list_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 ] + Parameter #5 [ <optional> string or NULL $doc_comment ] + Parameter #6 [ <optional> string or NULL $return_type ] + Parameter #7 [ <optional> bool or NULL $is_strict ] } + - Return [ bool ] } Function [ <internal:runkit7> function runkit7_method_remove ] { - Parameters [2] { - Parameter #0 [ <required> $classname ] - Parameter #1 [ <required> $methodname ] + Parameter #0 [ <required> string $class_name ] + Parameter #1 [ <required> string $method_name ] } + - Return [ bool ] } - Function [ <internal:runkit7> function runkit_method_remove ] { + Function [ <internal, deprecated:runkit7> function runkit_method_remove ] { - Parameters [2] { - Parameter #0 [ <required> $classname ] - Parameter #1 [ <required> $methodname ] + Parameter #0 [ <required> string $class_name ] + Parameter #1 [ <required> string $method_name ] } + - Return [ bool ] } Function [ <internal:runkit7> function runkit7_method_rename ] { - Parameters [3] { - Parameter #0 [ <required> $classname ] - Parameter #1 [ <required> $methodname ] - Parameter #2 [ <required> $newname ] + Parameter #0 [ <required> string $class_name ] + Parameter #1 [ <required> string $source_method_name ] + Parameter #2 [ <required> string $source_target_name ] } + - Return [ bool ] } - Function [ <internal:runkit7> function runkit_method_rename ] { + Function [ <internal, deprecated:runkit7> function runkit_method_rename ] { - Parameters [3] { - Parameter #0 [ <required> $classname ] - Parameter #1 [ <required> $methodname ] - Parameter #2 [ <required> $newname ] + Parameter #0 [ <required> string $class_name ] + Parameter #1 [ <required> string $source_method_name ] + Parameter #2 [ <required> string $source_target_name ] } + - Return [ bool ] } Function [ <internal:runkit7> function runkit7_method_copy ] { - Parameters [4] { - Parameter #0 [ <required> $dClass ] - Parameter #1 [ <required> $dMethod ] - Parameter #2 [ <required> $sClass ] - Parameter #3 [ <optional> $sMethod ] + Parameter #0 [ <required> string $destination_class ] + Parameter #1 [ <required> string $destination_method ] + Parameter #2 [ <required> string $source_class ] + Parameter #3 [ <optional> string or NULL $source_method ] } + - Return [ bool ] } - Function [ <internal:runkit7> function runkit_method_copy ] { + Function [ <internal, deprecated:runkit7> function runkit_method_copy ] { - Parameters [4] { - Parameter #0 [ <required> $dClass ] - Parameter #1 [ <required> $dMethod ] - Parameter #2 [ <required> $sClass ] - Parameter #3 [ <optional> $sMethod ] + Parameter #0 [ <required> string $destination_class ] + Parameter #1 [ <required> string $destination_method ] + Parameter #2 [ <required> string $source_class ] + Parameter #3 [ <optional> string or NULL $source_method ] } + - Return [ bool ] } Function [ <internal:runkit7> function runkit7_constant_redefine ] { - Parameters [3] { - Parameter #0 [ <required> $constname ] + Parameter #0 [ <required> string $constant_name ] Parameter #1 [ <required> $value ] - Parameter #2 [ <optional> $newVisibility ] + Parameter #2 [ <optional> int or NULL $new_visibility ] } + - Return [ bool ] } - Function [ <internal:runkit7> function runkit_constant_redefine ] { + Function [ <internal, deprecated:runkit7> function runkit_constant_redefine ] { - Parameters [3] { - Parameter #0 [ <required> $constname ] + Parameter #0 [ <required> string $constant_name ] Parameter #1 [ <required> $value ] - Parameter #2 [ <optional> $newVisibility ] + Parameter #2 [ <optional> int or NULL $new_visibility ] } + - Return [ bool ] } Function [ <internal:runkit7> function runkit7_constant_remove ] { - Parameters [1] { - Parameter #0 [ <required> $constname ] + Parameter #0 [ <required> string $constant_name ] } + - Return [ bool ] } - Function [ <internal:runkit7> function runkit_constant_remove ] { + Function [ <internal, deprecated:runkit7> function runkit_constant_remove ] { - Parameters [1] { - Parameter #0 [ <required> $constname ] + Parameter #0 [ <required> string $constant_name ] } + - Return [ bool ] } Function [ <internal:runkit7> function runkit7_constant_add ] { - Parameters [3] { - Parameter #0 [ <required> $constname ] + Parameter #0 [ <required> string $constant_name ] Parameter #1 [ <required> $value ] - Parameter #2 [ <optional> $newVisibility ] + Parameter #2 [ <optional> int or NULL $new_visibility ] } + - Return [ bool ] } - Function [ <internal:runkit7> function runkit_constant_add ] { + Function [ <internal, deprecated:runkit7> function runkit_constant_add ] { - Parameters [3] { - Parameter #0 [ <required> $constname ] + Parameter #0 [ <required> string $constant_name ] Parameter #1 [ <required> $value ] - Parameter #2 [ <optional> $newVisibility ] + Parameter #2 [ <optional> int $new_visibility ] } + - Return [ bool ] } } } |