From 73254153bbc41ee7ba14e1cd8678c93d70d7badf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Jun 2016 12:18:11 +0200 Subject: php-pecl-xdebug: 2.5.0-dev (for PHP 7.1) --- REFLECTION-DEV | 276 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 276 insertions(+) create mode 100644 REFLECTION-DEV (limited to 'REFLECTION-DEV') diff --git a/REFLECTION-DEV b/REFLECTION-DEV new file mode 100644 index 0000000..1798110 --- /dev/null +++ b/REFLECTION-DEV @@ -0,0 +1,276 @@ +Extension [ extension #51 xdebug version 2.5.0-dev ] { + + - INI { + Entry [ xdebug.auto_trace ] + Current = '0' + } + Entry [ xdebug.trace_enable_trigger ] + Current = '0' + } + Entry [ xdebug.trace_enable_trigger_value ] + Current = '' + } + Entry [ xdebug.trace_output_dir ] + Current = '/tmp' + } + Entry [ xdebug.trace_output_name ] + Current = 'trace.%c' + } + Entry [ xdebug.trace_format ] + Current = '0' + } + Entry [ xdebug.trace_options ] + Current = '0' + } + Entry [ xdebug.coverage_enable ] + Current = '1' + } + Entry [ xdebug.collect_includes ] + Current = '1' + } + Entry [ xdebug.collect_params ] + Current = '0' + } + Entry [ xdebug.collect_return ] + Current = '0' + } + Entry [ xdebug.collect_vars ] + Current = '0' + } + Entry [ xdebug.collect_assignments ] + Current = '0' + } + Entry [ xdebug.default_enable ] + Current = '1' + } + Entry [ xdebug.extended_info ] + Current = '1' + } + Entry [ xdebug.file_link_format ] + Current = '' + } + Entry [ xdebug.force_display_errors ] + Current = '0' + } + Entry [ xdebug.force_error_reporting ] + Current = '0' + } + Entry [ xdebug.halt_level ] + Current = '0' + } + Entry [ xdebug.max_nesting_level ] + Current = '256' + } + Entry [ xdebug.max_stack_frames ] + Current = '-1' + } + Entry [ xdebug.overload_var_dump ] + Current = '2' + } + Entry [ xdebug.show_error_trace ] + Current = '0' + } + Entry [ xdebug.show_exception_trace ] + Current = '0' + } + Entry [ xdebug.show_local_vars ] + Current = '0' + } + Entry [ xdebug.show_mem_delta ] + Current = '0' + } + Entry [ xdebug.dump.COOKIE ] + Current = '' + } + Entry [ xdebug.dump.ENV ] + Current = '' + } + Entry [ xdebug.dump.FILES ] + Current = '' + } + Entry [ xdebug.dump.GET ] + Current = '' + } + Entry [ xdebug.dump.POST ] + Current = '' + } + Entry [ xdebug.dump.REQUEST ] + Current = '' + } + Entry [ xdebug.dump.SERVER ] + Current = '' + } + Entry [ xdebug.dump.SESSION ] + Current = '' + } + Entry [ xdebug.dump_globals ] + Current = '1' + } + Entry [ xdebug.dump_once ] + Current = '1' + } + Entry [ xdebug.dump_undefined ] + Current = '0' + } + Entry [ xdebug.profiler_enable ] + Current = '0' + } + Entry [ xdebug.profiler_output_dir ] + Current = '/tmp' + } + Entry [ xdebug.profiler_output_name ] + Current = 'cachegrind.out.%p' + } + Entry [ xdebug.profiler_enable_trigger ] + Current = '0' + } + Entry [ xdebug.profiler_enable_trigger_value ] + Current = '' + } + Entry [ xdebug.profiler_append ] + Current = '0' + } + Entry [ xdebug.profiler_aggregate ] + Current = '0' + } + Entry [ xdebug.remote_enable ] + Current = '0' + } + Entry [ xdebug.remote_handler ] + Current = 'dbgp' + } + Entry [ xdebug.remote_host ] + Current = 'localhost' + } + Entry [ xdebug.remote_mode ] + Current = 'req' + } + Entry [ xdebug.remote_port ] + Current = '9000' + } + Entry [ xdebug.remote_autostart ] + Current = '0' + } + Entry [ xdebug.remote_connect_back ] + Current = '0' + } + Entry [ xdebug.remote_log ] + Current = '' + } + Entry [ xdebug.idekey ] + Current = '' + } + Entry [ xdebug.remote_cookie_expire_time ] + Current = '3600' + } + Entry [ xdebug.remote_addr_header ] + Current = '' + } + Entry [ xdebug.var_display_max_children ] + Current = '128' + } + Entry [ xdebug.var_display_max_data ] + Current = '512' + } + Entry [ xdebug.var_display_max_depth ] + Current = '3' + } + Entry [ xdebug.cli_color ] + Current = '0' + } + Entry [ xdebug.scream ] + Current = '0' + } + } + + - Constants [8] { + Constant [ integer XDEBUG_TRACE_APPEND ] { 1 } + Constant [ integer XDEBUG_TRACE_COMPUTERIZED ] { 2 } + Constant [ integer XDEBUG_TRACE_HTML ] { 4 } + Constant [ integer XDEBUG_TRACE_NAKED_FILENAME ] { 8 } + Constant [ integer XDEBUG_CC_UNUSED ] { 1 } + Constant [ integer XDEBUG_CC_DEAD_CODE ] { 2 } + Constant [ integer XDEBUG_CC_BRANCH_CHECK ] { 4 } + Constant [ integer XDEBUG_STACK_NO_DESC ] { 1 } + } + + - Functions { + Function [ function xdebug_get_stack_depth ] { + } + Function [ function xdebug_get_function_stack ] { + } + Function [ function xdebug_get_formatted_function_stack ] { + } + Function [ function xdebug_print_function_stack ] { + } + Function [ function xdebug_get_declared_vars ] { + } + Function [ function xdebug_call_class ] { + } + Function [ function xdebug_call_function ] { + } + Function [ function xdebug_call_file ] { + } + Function [ function xdebug_call_line ] { + } + Function [ function xdebug_var_dump ] { + } + Function [ function xdebug_debug_zval ] { + } + Function [ function xdebug_debug_zval_stdout ] { + } + Function [ function xdebug_enable ] { + } + Function [ function xdebug_disable ] { + } + Function [ function xdebug_is_enabled ] { + } + Function [ function xdebug_break ] { + } + Function [ function xdebug_start_trace ] { + } + Function [ function xdebug_stop_trace ] { + } + Function [ function xdebug_get_tracefile_name ] { + } + Function [ function xdebug_get_profiler_filename ] { + } + Function [ function xdebug_dump_aggr_profiling_data ] { + } + Function [ function xdebug_clear_aggr_profiling_data ] { + } + Function [ function xdebug_memory_usage ] { + } + Function [ function xdebug_peak_memory_usage ] { + } + Function [ function xdebug_time_index ] { + } + Function [ function xdebug_start_error_collection ] { + } + Function [ function xdebug_stop_error_collection ] { + } + Function [ function xdebug_get_collected_errors ] { + } + Function [ function xdebug_start_function_monitor ] { + } + Function [ function xdebug_stop_function_monitor ] { + } + Function [ function xdebug_get_monitored_functions ] { + } + Function [ function xdebug_start_code_coverage ] { + } + Function [ function xdebug_stop_code_coverage ] { + } + Function [ function xdebug_get_code_coverage ] { + } + Function [ function xdebug_code_coverage_started ] { + } + Function [ function xdebug_get_function_count ] { + } + Function [ function xdebug_dump_superglobals ] { + } + Function [ function xdebug_get_headers ] { + } + } +} + -- cgit