diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-06 08:07:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-06 08:07:42 +0200 |
commit | ed4ffd7882954db8937764625b2b7585af73d954 (patch) | |
tree | 095ffbe0464a93ba576e6ed7ed6ae0d3ba6e77f4 /REFLECTION | |
parent | b5e3750b71e4c5839463b972c4848cdfc8bbaa87 (diff) |
update to 3.1.0beta1
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 49 |
1 files changed, 33 insertions, 16 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #15 xdebug version 3.0.4 ] { +Extension [ <persistent> extension #16 xdebug version 3.1.0beta1 ] { - INI { Entry [ xdebug.mode <SYSTEM> ] @@ -13,6 +13,9 @@ Extension [ <persistent> extension #15 xdebug version 3.0.4 ] { Entry [ xdebug.output_dir <ALL> ] Current = '/tmp' } + Entry [ xdebug.use_compression <ALL> ] + Current = '1' + } Entry [ xdebug.trigger_value <PERDIR,SYSTEM> ] Current = '' } @@ -254,25 +257,25 @@ Extension [ <persistent> extension #15 xdebug version 3.0.4 ] { Function [ <internal:xdebug> function xdebug_call_class ] { - Parameters [1] { - Parameter #0 [ <optional> int $depth ] + Parameter #0 [ <optional> int $depth = 2 ] } } Function [ <internal:xdebug> function xdebug_call_file ] { - Parameters [1] { - Parameter #0 [ <optional> int $depth ] + Parameter #0 [ <optional> int $depth = 2 ] } } Function [ <internal:xdebug> function xdebug_call_function ] { - Parameters [1] { - Parameter #0 [ <optional> int $depth ] + Parameter #0 [ <optional> int $depth = 2 ] } } Function [ <internal:xdebug> function xdebug_call_line ] { - Parameters [1] { - Parameter #0 [ <optional> int $depth ] + Parameter #0 [ <optional> int $depth = 2 ] } } Function [ <internal:xdebug> function xdebug_code_coverage_started ] { @@ -281,6 +284,12 @@ Extension [ <persistent> extension #15 xdebug version 3.0.4 ] { } - Return [ bool ] } + Function [ <internal:xdebug> function xdebug_connect_to_client ] { + + - Parameters [0] { + } + - Return [ bool ] + } Function [ <internal:xdebug> function xdebug_debug_zval ] { - Parameters [1] { @@ -307,7 +316,7 @@ Extension [ <persistent> extension #15 xdebug version 3.0.4 ] { Function [ <internal:xdebug> function xdebug_get_collected_errors ] { - Parameters [1] { - Parameter #0 [ <optional> bool $emptyList ] + Parameter #0 [ <optional> bool $emptyList = false ] } - Return [ array ] } @@ -370,7 +379,8 @@ Extension [ <persistent> extension #15 xdebug version 3.0.4 ] { } Function [ <internal:xdebug> function xdebug_info ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> string $category = null ] } } Function [ <internal:xdebug> function xdebug_is_debugger_active ] { @@ -385,6 +395,13 @@ Extension [ <persistent> extension #15 xdebug version 3.0.4 ] { } - Return [ int ] } + Function [ <internal:xdebug> function xdebug_notify ] { + + - Parameters [1] { + Parameter #0 [ <required> mixed $data ] + } + - Return [ bool ] + } Function [ <internal:xdebug> function xdebug_peak_memory_usage ] { - Parameters [0] { @@ -394,8 +411,8 @@ Extension [ <persistent> extension #15 xdebug version 3.0.4 ] { Function [ <internal:xdebug> function xdebug_print_function_stack ] { - Parameters [2] { - Parameter #0 [ <optional> string $message ] - Parameter #1 [ <optional> int $options ] + Parameter #0 [ <optional> string $message = "user triggered" ] + Parameter #1 [ <optional> int $options = 0 ] } } Function [ <internal:xdebug> function xdebug_set_filter ] { @@ -409,7 +426,7 @@ Extension [ <persistent> extension #15 xdebug version 3.0.4 ] { Function [ <internal:xdebug> function xdebug_start_code_coverage ] { - Parameters [1] { - Parameter #0 [ <optional> int $options ] + Parameter #0 [ <optional> int $options = 0 ] } } Function [ <internal:xdebug> function xdebug_start_error_collection ] { @@ -426,21 +443,21 @@ Extension [ <persistent> extension #15 xdebug version 3.0.4 ] { Function [ <internal:xdebug> function xdebug_start_gcstats ] { - Parameters [1] { - Parameter #0 [ <optional> string or NULL $gcstatsFile ] + Parameter #0 [ <optional> ?string $gcstatsFile = null ] } } Function [ <internal:xdebug> function xdebug_start_trace ] { - Parameters [2] { - Parameter #0 [ <optional> string or NULL $traceFile ] - Parameter #1 [ <optional> int $options ] + Parameter #0 [ <optional> ?string $traceFile = null ] + Parameter #1 [ <optional> int $options = 0 ] } - - Return [ string or NULL ] + - Return [ ?string ] } Function [ <internal:xdebug> function xdebug_stop_code_coverage ] { - Parameters [1] { - Parameter #0 [ <optional> bool $cleanUp ] + Parameter #0 [ <optional> bool $cleanUp = true ] } } Function [ <internal:xdebug> function xdebug_stop_error_collection ] { @@ -472,7 +489,7 @@ Extension [ <persistent> extension #15 xdebug version 3.0.4 ] { Function [ <internal:xdebug> function xdebug_var_dump ] { - Parameters [1] { - Parameter #0 [ <optional> ...$variable ] + Parameter #0 [ <optional> mixed ...$variable ] } } } |