From 4dd92a1148b872ca6712ff25a0f30bbad00c9ea1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 241 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 241 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..9d1f7b2 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,241 @@ +Extension [ extension #166 xdebug version 2.2.5 ] { + + - INI { + Entry [ xdebug.auto_trace ] + Current = '0' + } + Entry [ xdebug.trace_enable_trigger ] + Current = '0' + } + 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.max_nesting_level ] + Current = '1000' + } + Entry [ xdebug.overload_var_dump ] + Current = '1' + } + 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_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.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 = '1' + } + Entry [ xdebug.scream ] + Current = '0' + } + } + + - Constants [5] { + Constant [ integer XDEBUG_TRACE_APPEND ] { 1 } + Constant [ integer XDEBUG_TRACE_COMPUTERIZED ] { 2 } + Constant [ integer XDEBUG_TRACE_HTML ] { 4 } + Constant [ integer XDEBUG_CC_UNUSED ] { 1 } + Constant [ integer XDEBUG_CC_DEAD_CODE ] { 2 } + } + + - 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_code_coverage ] { + } + Function [ function xdebug_stop_code_coverage ] { + } + Function [ function xdebug_get_code_coverage ] { + } + Function [ function xdebug_get_function_count ] { + } + Function [ function xdebug_dump_superglobals ] { + } + Function [ function xdebug_get_headers ] { + } + } +} + -- cgit