diff options
| author | Remi Collet <remi@remirepo.net> | 2021-09-07 16:41:16 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-09-07 16:41:16 +0200 | 
| commit | cf4178762ecd172fb85420709b47b1eb367e9eb1 (patch) | |
| tree | 7f55b53237ee910c34af245c0fda3ff2ac9130e5 /REFLECTION | |
| parent | ed4ffd7882954db8937764625b2b7585af73d954 (diff) | |
update to 3.1.0beta2 (no change)
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 34 | 
1 files changed, 17 insertions, 17 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #16 xdebug version 3.1.0beta1 ] { +Extension [ <persistent> extension #15 xdebug version 3.1.0beta2 ] {    - INI {      Entry [ xdebug.mode <SYSTEM> ] @@ -257,25 +257,25 @@ Extension [ <persistent> extension #16 xdebug version 3.1.0beta1 ] {      Function [ <internal:xdebug> function xdebug_call_class ] {        - Parameters [1] { -        Parameter #0 [ <optional> int $depth = 2 ] +        Parameter #0 [ <optional> int $depth ]        }      }      Function [ <internal:xdebug> function xdebug_call_file ] {        - Parameters [1] { -        Parameter #0 [ <optional> int $depth = 2 ] +        Parameter #0 [ <optional> int $depth ]        }      }      Function [ <internal:xdebug> function xdebug_call_function ] {        - Parameters [1] { -        Parameter #0 [ <optional> int $depth = 2 ] +        Parameter #0 [ <optional> int $depth ]        }      }      Function [ <internal:xdebug> function xdebug_call_line ] {        - Parameters [1] { -        Parameter #0 [ <optional> int $depth = 2 ] +        Parameter #0 [ <optional> int $depth ]        }      }      Function [ <internal:xdebug> function xdebug_code_coverage_started ] { @@ -316,7 +316,7 @@ Extension [ <persistent> extension #16 xdebug version 3.1.0beta1 ] {      Function [ <internal:xdebug> function xdebug_get_collected_errors ] {        - Parameters [1] { -        Parameter #0 [ <optional> bool $emptyList = false ] +        Parameter #0 [ <optional> bool $emptyList ]        }        - Return [ array ]      } @@ -380,7 +380,7 @@ Extension [ <persistent> extension #16 xdebug version 3.1.0beta1 ] {      Function [ <internal:xdebug> function xdebug_info ] {        - Parameters [1] { -        Parameter #0 [ <optional> string $category = null ] +        Parameter #0 [ <optional> string $category ]        }      }      Function [ <internal:xdebug> function xdebug_is_debugger_active ] { @@ -398,7 +398,7 @@ Extension [ <persistent> extension #16 xdebug version 3.1.0beta1 ] {      Function [ <internal:xdebug> function xdebug_notify ] {        - Parameters [1] { -        Parameter #0 [ <required> mixed $data ] +        Parameter #0 [ <required> $data ]        }        - Return [ bool ]      } @@ -411,8 +411,8 @@ Extension [ <persistent> extension #16 xdebug version 3.1.0beta1 ] {      Function [ <internal:xdebug> function xdebug_print_function_stack ] {        - Parameters [2] { -        Parameter #0 [ <optional> string $message = "user triggered" ] -        Parameter #1 [ <optional> int $options = 0 ] +        Parameter #0 [ <optional> string $message ] +        Parameter #1 [ <optional> int $options ]        }      }      Function [ <internal:xdebug> function xdebug_set_filter ] { @@ -426,7 +426,7 @@ Extension [ <persistent> extension #16 xdebug version 3.1.0beta1 ] {      Function [ <internal:xdebug> function xdebug_start_code_coverage ] {        - Parameters [1] { -        Parameter #0 [ <optional> int $options = 0 ] +        Parameter #0 [ <optional> int $options ]        }      }      Function [ <internal:xdebug> function xdebug_start_error_collection ] { @@ -443,21 +443,21 @@ Extension [ <persistent> extension #16 xdebug version 3.1.0beta1 ] {      Function [ <internal:xdebug> function xdebug_start_gcstats ] {        - Parameters [1] { -        Parameter #0 [ <optional> ?string $gcstatsFile = null ] +        Parameter #0 [ <optional> string or NULL $gcstatsFile ]        }      }      Function [ <internal:xdebug> function xdebug_start_trace ] {        - Parameters [2] { -        Parameter #0 [ <optional> ?string $traceFile = null ] -        Parameter #1 [ <optional> int $options = 0 ] +        Parameter #0 [ <optional> string or NULL $traceFile ] +        Parameter #1 [ <optional> int $options ]        } -      - Return [ ?string ] +      - Return [ string or NULL ]      }      Function [ <internal:xdebug> function xdebug_stop_code_coverage ] {        - Parameters [1] { -        Parameter #0 [ <optional> bool $cleanUp = true ] +        Parameter #0 [ <optional> bool $cleanUp ]        }      }      Function [ <internal:xdebug> function xdebug_stop_error_collection ] { @@ -489,7 +489,7 @@ Extension [ <persistent> extension #16 xdebug version 3.1.0beta1 ] {      Function [ <internal:xdebug> function xdebug_var_dump ] {        - Parameters [1] { -        Parameter #0 [ <optional> mixed ...$variable ] +        Parameter #0 [ <optional> ...$variable ]        }      }    }  | 
