summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-08-16 07:52:56 +0200
committerRemi Collet <remi@php.net>2022-08-16 07:52:56 +0200
commitaa810b55a0063da68d42be180cc5f95d6310a24a (patch)
tree22a643a0d1537a0e6aa8665b7393a27336e28fab /REFLECTION
parentce9f3fa538552abbac78917c4a5284506e123651 (diff)
update to 4.0.0a6
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION102
1 files changed, 51 insertions, 51 deletions
diff --git a/REFLECTION b/REFLECTION
index f089348..1577175 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #122 runkit7 version 4.0.0a3 ] {
+Extension [ <persistent> extension #119 runkit7 version 4.0.0a6 ] {
- INI {
Entry [ runkit.superglobal <PERDIR,SYSTEM> ]
@@ -60,11 +60,11 @@ Extension [ <persistent> extension #122 runkit7 version 4.0.0a3 ] {
- Parameters [7] {
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 ]
+ Parameter #2 [ <optional> ?string $code_or_doc_comment = null ]
+ Parameter #3 [ <optional> ?bool $return_by_reference = null ]
+ Parameter #4 [ <optional> ?string $doc_comment = null ]
+ Parameter #5 [ <optional> ?string $return_type = null ]
+ Parameter #6 [ <optional> ?bool $is_strict = null ]
}
- Return [ bool ]
}
@@ -73,11 +73,11 @@ Extension [ <persistent> extension #122 runkit7 version 4.0.0a3 ] {
- Parameters [7] {
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 ]
+ Parameter #2 [ <optional> ?string $code_or_doc_comment = null ]
+ Parameter #3 [ <optional> ?bool $return_by_reference = null ]
+ Parameter #4 [ <optional> ?string $doc_comment = null ]
+ Parameter #5 [ <optional> ?string $return_type = null ]
+ Parameter #6 [ <optional> ?bool $is_strict = null ]
}
- Return [ bool ]
}
@@ -116,11 +116,11 @@ Extension [ <persistent> extension #122 runkit7 version 4.0.0a3 ] {
- Parameters [7] {
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 ]
+ Parameter #2 [ <optional> ?string $code_or_doc_comment = null ]
+ Parameter #3 [ <optional> ?bool $return_by_reference = null ]
+ Parameter #4 [ <optional> ?string $doc_comment = null ]
+ Parameter #5 [ <optional> ?string $return_type = null ]
+ Parameter #6 [ <optional> ?bool $is_strict = null ]
}
- Return [ bool ]
}
@@ -129,11 +129,11 @@ Extension [ <persistent> extension #122 runkit7 version 4.0.0a3 ] {
- Parameters [7] {
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 ]
+ Parameter #2 [ <optional> ?string $code_or_doc_comment = null ]
+ Parameter #3 [ <optional> ?bool $return_by_reference = null ]
+ Parameter #4 [ <optional> ?string $doc_comment = null ]
+ Parameter #5 [ <optional> ?string $return_type = null ]
+ Parameter #6 [ <optional> ?bool $is_strict = null ]
}
- Return [ bool ]
}
@@ -159,11 +159,11 @@ Extension [ <persistent> extension #122 runkit7 version 4.0.0a3 ] {
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> string or NULL $doc_comment ]
- Parameter #6 [ <optional> string or NULL $return_type ]
- Parameter #7 [ <optional> bool or NULL $is_strict ]
+ Parameter #3 [ <optional> $code_or_flags = null ]
+ Parameter #4 [ <optional> $flags_or_doc_comment = null ]
+ Parameter #5 [ <optional> ?string $doc_comment = null ]
+ Parameter #6 [ <optional> ?string $return_type = null ]
+ Parameter #7 [ <optional> ?bool $is_strict = null ]
}
- Return [ bool ]
}
@@ -173,11 +173,11 @@ Extension [ <persistent> extension #122 runkit7 version 4.0.0a3 ] {
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> string or NULL $doc_comment ]
- Parameter #6 [ <optional> string or NULL $return_type ]
- Parameter #7 [ <optional> bool or NULL $is_strict ]
+ Parameter #3 [ <optional> $code_or_flags = null ]
+ Parameter #4 [ <optional> $flags_or_doc_comment = null ]
+ Parameter #5 [ <optional> ?string $doc_comment = null ]
+ Parameter #6 [ <optional> ?string $return_type = null ]
+ Parameter #7 [ <optional> ?bool $is_strict = null ]
}
- Return [ bool ]
}
@@ -187,11 +187,11 @@ Extension [ <persistent> extension #122 runkit7 version 4.0.0a3 ] {
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> string or NULL $doc_comment ]
- Parameter #6 [ <optional> string or NULL $return_type ]
- Parameter #7 [ <optional> bool or NULL $is_strict ]
+ Parameter #3 [ <optional> $code_or_flags = null ]
+ Parameter #4 [ <optional> $flags_or_doc_comment = null ]
+ Parameter #5 [ <optional> ?string $doc_comment = null ]
+ Parameter #6 [ <optional> ?string $return_type = null ]
+ Parameter #7 [ <optional> ?bool $is_strict = null ]
}
- Return [ bool ]
}
@@ -201,11 +201,11 @@ Extension [ <persistent> extension #122 runkit7 version 4.0.0a3 ] {
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> string or NULL $doc_comment ]
- Parameter #6 [ <optional> string or NULL $return_type ]
- Parameter #7 [ <optional> bool or NULL $is_strict ]
+ Parameter #3 [ <optional> $code_or_flags = null ]
+ Parameter #4 [ <optional> $flags_or_doc_comment = null ]
+ Parameter #5 [ <optional> ?string $doc_comment = null ]
+ Parameter #6 [ <optional> ?string $return_type = null ]
+ Parameter #7 [ <optional> ?bool $is_strict = null ]
}
- Return [ bool ]
}
@@ -230,7 +230,7 @@ Extension [ <persistent> extension #122 runkit7 version 4.0.0a3 ] {
- Parameters [3] {
Parameter #0 [ <required> string $class_name ]
Parameter #1 [ <required> string $source_method_name ]
- Parameter #2 [ <required> string $source_target_name ]
+ Parameter #2 [ <required> string $target_method_name ]
}
- Return [ bool ]
}
@@ -239,7 +239,7 @@ Extension [ <persistent> extension #122 runkit7 version 4.0.0a3 ] {
- Parameters [3] {
Parameter #0 [ <required> string $class_name ]
Parameter #1 [ <required> string $source_method_name ]
- Parameter #2 [ <required> string $source_target_name ]
+ Parameter #2 [ <required> string $target_method_name ]
}
- Return [ bool ]
}
@@ -247,9 +247,9 @@ Extension [ <persistent> extension #122 runkit7 version 4.0.0a3 ] {
- Parameters [4] {
Parameter #0 [ <required> string $destination_class ]
- Parameter #1 [ <required> string $destination_method ]
+ Parameter #1 [ <required> string $destination_method_name ]
Parameter #2 [ <required> string $source_class ]
- Parameter #3 [ <optional> string or NULL $source_method ]
+ Parameter #3 [ <optional> ?string $source_method_name = null ]
}
- Return [ bool ]
}
@@ -257,9 +257,9 @@ Extension [ <persistent> extension #122 runkit7 version 4.0.0a3 ] {
- Parameters [4] {
Parameter #0 [ <required> string $destination_class ]
- Parameter #1 [ <required> string $destination_method ]
+ Parameter #1 [ <required> string $destination_method_name ]
Parameter #2 [ <required> string $source_class ]
- Parameter #3 [ <optional> string or NULL $source_method ]
+ Parameter #3 [ <optional> ?string $source_method_name = null ]
}
- Return [ bool ]
}
@@ -268,7 +268,7 @@ Extension [ <persistent> extension #122 runkit7 version 4.0.0a3 ] {
- Parameters [3] {
Parameter #0 [ <required> string $constant_name ]
Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> int or NULL $new_visibility ]
+ Parameter #2 [ <optional> ?int $new_visibility = null ]
}
- Return [ bool ]
}
@@ -277,7 +277,7 @@ Extension [ <persistent> extension #122 runkit7 version 4.0.0a3 ] {
- Parameters [3] {
Parameter #0 [ <required> string $constant_name ]
Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> int or NULL $new_visibility ]
+ Parameter #2 [ <optional> ?int $new_visibility = null ]
}
- Return [ bool ]
}
@@ -300,7 +300,7 @@ Extension [ <persistent> extension #122 runkit7 version 4.0.0a3 ] {
- Parameters [3] {
Parameter #0 [ <required> string $constant_name ]
Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> int or NULL $new_visibility ]
+ Parameter #2 [ <optional> ?int $new_visibility = RUNKIT7_ACC_PUBLIC ]
}
- Return [ bool ]
}
@@ -309,7 +309,7 @@ Extension [ <persistent> extension #122 runkit7 version 4.0.0a3 ] {
- Parameters [3] {
Parameter #0 [ <required> string $constant_name ]
Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> int $new_visibility ]
+ Parameter #2 [ <optional> int $new_visibility = RUNKIT7_ACC_PUBLIC ]
}
- Return [ bool ]
}