forked from xdebug/xdebug
-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
php_xdebug_arginfo.h
210 lines (165 loc) · 8.8 KB
/
php_xdebug_arginfo.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
/* This is a generated file, edit the .stub.php file instead.
* Stub hash: abb3d6c16210384b6ac37292e3e46713125c8b18 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_xdebug_break, 0, 0, _IS_BOOL, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_xdebug_call_class, 0, 0, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, depth, IS_LONG, 0, "2")
ZEND_END_ARG_INFO()
#define arginfo_xdebug_call_file arginfo_xdebug_call_class
#define arginfo_xdebug_call_function arginfo_xdebug_call_class
#define arginfo_xdebug_call_line arginfo_xdebug_call_class
#define arginfo_xdebug_code_coverage_started arginfo_xdebug_break
#define arginfo_xdebug_connect_to_client arginfo_xdebug_break
ZEND_BEGIN_ARG_INFO_EX(arginfo_xdebug_debug_zval, 0, 0, 0)
ZEND_ARG_VARIADIC_TYPE_INFO(0, varname, IS_STRING, 0)
ZEND_END_ARG_INFO()
#define arginfo_xdebug_debug_zval_stdout arginfo_xdebug_debug_zval
ZEND_BEGIN_ARG_INFO_EX(arginfo_xdebug_dump_superglobals, 0, 0, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_xdebug_get_code_coverage, 0, 0, IS_ARRAY, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_xdebug_get_collected_errors, 0, 0, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, emptyList, _IS_BOOL, 0, "false")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_xdebug_get_function_count, 0, 0, IS_LONG, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_xdebug_get_function_stack, 0, 0, IS_ARRAY, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_ARRAY, 0, "[]")
ZEND_END_ARG_INFO()
#define arginfo_xdebug_get_gc_run_count arginfo_xdebug_get_function_count
#define arginfo_xdebug_get_gc_total_collected_roots arginfo_xdebug_get_function_count
#define arginfo_xdebug_get_gcstats_filename arginfo_xdebug_dump_superglobals
#define arginfo_xdebug_get_headers arginfo_xdebug_get_code_coverage
#define arginfo_xdebug_get_monitored_functions arginfo_xdebug_get_code_coverage
#define arginfo_xdebug_get_profiler_filename arginfo_xdebug_dump_superglobals
#define arginfo_xdebug_get_stack_depth arginfo_xdebug_get_function_count
#define arginfo_xdebug_get_tracefile_name arginfo_xdebug_dump_superglobals
ZEND_BEGIN_ARG_INFO_EX(arginfo_xdebug_info, 0, 0, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, category, IS_STRING, 0, "null")
ZEND_END_ARG_INFO()
#define arginfo_xdebug_is_debugger_active arginfo_xdebug_break
#define arginfo_xdebug_memory_usage arginfo_xdebug_get_function_count
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_xdebug_notify, 0, 1, _IS_BOOL, 0)
ZEND_ARG_TYPE_INFO(0, data, IS_MIXED, 0)
ZEND_END_ARG_INFO()
#define arginfo_xdebug_peak_memory_usage arginfo_xdebug_get_function_count
ZEND_BEGIN_ARG_INFO_EX(arginfo_xdebug_print_function_stack, 0, 0, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, message, IS_STRING, 0, "\"user triggered\"")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_LONG, 0, "0")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_xdebug_set_filter, 0, 0, 3)
ZEND_ARG_TYPE_INFO(0, group, IS_LONG, 0)
ZEND_ARG_TYPE_INFO(0, listType, IS_LONG, 0)
ZEND_ARG_TYPE_INFO(0, configuration, IS_ARRAY, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_xdebug_start_code_coverage, 0, 0, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_LONG, 0, "0")
ZEND_END_ARG_INFO()
#define arginfo_xdebug_start_error_collection arginfo_xdebug_dump_superglobals
ZEND_BEGIN_ARG_INFO_EX(arginfo_xdebug_start_function_monitor, 0, 0, 1)
ZEND_ARG_TYPE_INFO(0, listOfFunctionsToMonitor, IS_ARRAY, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_xdebug_start_gcstats, 0, 0, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, gcstatsFile, IS_STRING, 1, "null")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_xdebug_start_trace, 0, 0, IS_STRING, 1)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, traceFile, IS_STRING, 1, "null")
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, options, IS_LONG, 0, "0")
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_xdebug_stop_code_coverage, 0, 0, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, cleanUp, _IS_BOOL, 0, "true")
ZEND_END_ARG_INFO()
#define arginfo_xdebug_stop_error_collection arginfo_xdebug_dump_superglobals
#define arginfo_xdebug_stop_function_monitor arginfo_xdebug_dump_superglobals
#define arginfo_xdebug_stop_gcstats arginfo_xdebug_dump_superglobals
#define arginfo_xdebug_stop_trace arginfo_xdebug_dump_superglobals
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_xdebug_time_index, 0, 0, IS_DOUBLE, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_INFO_EX(arginfo_xdebug_var_dump, 0, 0, 0)
ZEND_ARG_VARIADIC_TYPE_INFO(0, variable, IS_MIXED, 0)
ZEND_END_ARG_INFO()
ZEND_FUNCTION(xdebug_break);
ZEND_FUNCTION(xdebug_call_class);
ZEND_FUNCTION(xdebug_call_file);
ZEND_FUNCTION(xdebug_call_function);
ZEND_FUNCTION(xdebug_call_line);
ZEND_FUNCTION(xdebug_code_coverage_started);
ZEND_FUNCTION(xdebug_connect_to_client);
ZEND_FUNCTION(xdebug_debug_zval);
ZEND_FUNCTION(xdebug_debug_zval_stdout);
ZEND_FUNCTION(xdebug_dump_superglobals);
ZEND_FUNCTION(xdebug_get_code_coverage);
ZEND_FUNCTION(xdebug_get_collected_errors);
ZEND_FUNCTION(xdebug_get_function_count);
ZEND_FUNCTION(xdebug_get_function_stack);
ZEND_FUNCTION(xdebug_get_gc_run_count);
ZEND_FUNCTION(xdebug_get_gc_total_collected_roots);
ZEND_FUNCTION(xdebug_get_gcstats_filename);
ZEND_FUNCTION(xdebug_get_headers);
ZEND_FUNCTION(xdebug_get_monitored_functions);
ZEND_FUNCTION(xdebug_get_profiler_filename);
ZEND_FUNCTION(xdebug_get_stack_depth);
ZEND_FUNCTION(xdebug_get_tracefile_name);
ZEND_FUNCTION(xdebug_info);
ZEND_FUNCTION(xdebug_is_debugger_active);
ZEND_FUNCTION(xdebug_memory_usage);
ZEND_FUNCTION(xdebug_notify);
ZEND_FUNCTION(xdebug_peak_memory_usage);
ZEND_FUNCTION(xdebug_print_function_stack);
ZEND_FUNCTION(xdebug_set_filter);
ZEND_FUNCTION(xdebug_start_code_coverage);
ZEND_FUNCTION(xdebug_start_error_collection);
ZEND_FUNCTION(xdebug_start_function_monitor);
ZEND_FUNCTION(xdebug_start_gcstats);
ZEND_FUNCTION(xdebug_start_trace);
ZEND_FUNCTION(xdebug_stop_code_coverage);
ZEND_FUNCTION(xdebug_stop_error_collection);
ZEND_FUNCTION(xdebug_stop_function_monitor);
ZEND_FUNCTION(xdebug_stop_gcstats);
ZEND_FUNCTION(xdebug_stop_trace);
ZEND_FUNCTION(xdebug_time_index);
ZEND_FUNCTION(xdebug_var_dump);
static const zend_function_entry ext_functions[] = {
ZEND_FE(xdebug_break, arginfo_xdebug_break)
ZEND_FE(xdebug_call_class, arginfo_xdebug_call_class)
ZEND_FE(xdebug_call_file, arginfo_xdebug_call_file)
ZEND_FE(xdebug_call_function, arginfo_xdebug_call_function)
ZEND_FE(xdebug_call_line, arginfo_xdebug_call_line)
ZEND_FE(xdebug_code_coverage_started, arginfo_xdebug_code_coverage_started)
ZEND_FE(xdebug_connect_to_client, arginfo_xdebug_connect_to_client)
ZEND_FE(xdebug_debug_zval, arginfo_xdebug_debug_zval)
ZEND_FE(xdebug_debug_zval_stdout, arginfo_xdebug_debug_zval_stdout)
ZEND_FE(xdebug_dump_superglobals, arginfo_xdebug_dump_superglobals)
ZEND_FE(xdebug_get_code_coverage, arginfo_xdebug_get_code_coverage)
ZEND_FE(xdebug_get_collected_errors, arginfo_xdebug_get_collected_errors)
ZEND_FE(xdebug_get_function_count, arginfo_xdebug_get_function_count)
ZEND_FE(xdebug_get_function_stack, arginfo_xdebug_get_function_stack)
ZEND_FE(xdebug_get_gc_run_count, arginfo_xdebug_get_gc_run_count)
ZEND_FE(xdebug_get_gc_total_collected_roots, arginfo_xdebug_get_gc_total_collected_roots)
ZEND_FE(xdebug_get_gcstats_filename, arginfo_xdebug_get_gcstats_filename)
ZEND_FE(xdebug_get_headers, arginfo_xdebug_get_headers)
ZEND_FE(xdebug_get_monitored_functions, arginfo_xdebug_get_monitored_functions)
ZEND_FE(xdebug_get_profiler_filename, arginfo_xdebug_get_profiler_filename)
ZEND_FE(xdebug_get_stack_depth, arginfo_xdebug_get_stack_depth)
ZEND_FE(xdebug_get_tracefile_name, arginfo_xdebug_get_tracefile_name)
ZEND_FE(xdebug_info, arginfo_xdebug_info)
ZEND_FE(xdebug_is_debugger_active, arginfo_xdebug_is_debugger_active)
ZEND_FE(xdebug_memory_usage, arginfo_xdebug_memory_usage)
ZEND_FE(xdebug_notify, arginfo_xdebug_notify)
ZEND_FE(xdebug_peak_memory_usage, arginfo_xdebug_peak_memory_usage)
ZEND_FE(xdebug_print_function_stack, arginfo_xdebug_print_function_stack)
ZEND_FE(xdebug_set_filter, arginfo_xdebug_set_filter)
ZEND_FE(xdebug_start_code_coverage, arginfo_xdebug_start_code_coverage)
ZEND_FE(xdebug_start_error_collection, arginfo_xdebug_start_error_collection)
ZEND_FE(xdebug_start_function_monitor, arginfo_xdebug_start_function_monitor)
ZEND_FE(xdebug_start_gcstats, arginfo_xdebug_start_gcstats)
ZEND_FE(xdebug_start_trace, arginfo_xdebug_start_trace)
ZEND_FE(xdebug_stop_code_coverage, arginfo_xdebug_stop_code_coverage)
ZEND_FE(xdebug_stop_error_collection, arginfo_xdebug_stop_error_collection)
ZEND_FE(xdebug_stop_function_monitor, arginfo_xdebug_stop_function_monitor)
ZEND_FE(xdebug_stop_gcstats, arginfo_xdebug_stop_gcstats)
ZEND_FE(xdebug_stop_trace, arginfo_xdebug_stop_trace)
ZEND_FE(xdebug_time_index, arginfo_xdebug_time_index)
ZEND_FE(xdebug_var_dump, arginfo_xdebug_var_dump)
ZEND_FE_END
};