From c03ca437a65bbbee26f85700f854fea5686c2e1e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 26 Feb 2017 18:09:34 +0100 Subject: php-pecl-xdebug: 2.5.1 --- REFLECTION | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 132 insertions(+), 1 deletion(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index eb709b4..24ebb08 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #166 xdebug version 2.5.0 ] { +Extension [ extension #177 xdebug version 2.5.1 ] { - INI { Entry [ xdebug.auto_trace ] @@ -196,80 +196,211 @@ Extension [ extension #166 xdebug version 2.5.0 ] { - Functions { Function [ function xdebug_get_stack_depth ] { + + - Parameters [0] { + } } Function [ function xdebug_get_function_stack ] { + + - Parameters [0] { + } } Function [ function xdebug_get_formatted_function_stack ] { + + - Parameters [0] { + } } Function [ function xdebug_print_function_stack ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ $options ] + } } Function [ function xdebug_get_declared_vars ] { + + - Parameters [0] { + } } Function [ function xdebug_call_class ] { + + - Parameters [1] { + Parameter #0 [ $depth ] + } } Function [ function xdebug_call_function ] { + + - Parameters [1] { + Parameter #0 [ $depth ] + } } Function [ function xdebug_call_file ] { + + - Parameters [1] { + Parameter #0 [ $depth ] + } } Function [ function xdebug_call_line ] { + + - Parameters [1] { + Parameter #0 [ $depth ] + } } Function [ function xdebug_var_dump ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } } Function [ function xdebug_debug_zval ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } } Function [ function xdebug_debug_zval_stdout ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } } Function [ function xdebug_enable ] { + + - Parameters [0] { + } } Function [ function xdebug_disable ] { + + - Parameters [0] { + } } Function [ function xdebug_is_enabled ] { + + - Parameters [0] { + } } Function [ function xdebug_break ] { + + - Parameters [0] { + } } Function [ function xdebug_start_trace ] { + + - Parameters [2] { + Parameter #0 [ $fname ] + Parameter #1 [ $options ] + } } Function [ function xdebug_stop_trace ] { + + - Parameters [0] { + } } Function [ function xdebug_get_tracefile_name ] { + + - Parameters [0] { + } } Function [ function xdebug_get_profiler_filename ] { + + - Parameters [0] { + } } Function [ function xdebug_dump_aggr_profiling_data ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } } Function [ function xdebug_clear_aggr_profiling_data ] { + + - Parameters [0] { + } } Function [ function xdebug_memory_usage ] { + + - Parameters [0] { + } } Function [ function xdebug_peak_memory_usage ] { + + - Parameters [0] { + } } Function [ function xdebug_time_index ] { + + - Parameters [0] { + } } Function [ function xdebug_start_error_collection ] { + + - Parameters [0] { + } } Function [ function xdebug_stop_error_collection ] { + + - Parameters [0] { + } } Function [ function xdebug_get_collected_errors ] { + + - Parameters [1] { + Parameter #0 [ $clear ] + } } Function [ function xdebug_start_function_monitor ] { + + - Parameters [1] { + Parameter #0 [ $functions_to_monitor ] + } } Function [ function xdebug_stop_function_monitor ] { + + - Parameters [0] { + } } Function [ function xdebug_get_monitored_functions ] { + + - Parameters [1] { + Parameter #0 [ $clear ] + } } Function [ function xdebug_start_code_coverage ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } } Function [ function xdebug_stop_code_coverage ] { + + - Parameters [1] { + Parameter #0 [ $cleanup ] + } } Function [ function xdebug_get_code_coverage ] { + + - Parameters [0] { + } } Function [ function xdebug_code_coverage_started ] { + + - Parameters [0] { + } } Function [ function xdebug_get_function_count ] { + + - Parameters [0] { + } } Function [ function xdebug_dump_superglobals ] { + + - Parameters [0] { + } } Function [ function xdebug_get_headers ] { + + - Parameters [0] { + } } } } -- cgit