Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/**
3
 * xdebug extension Function dictionary for PHP_CompatInfo 1.9.0b2 or better
4
 *
5
 * PHP versions 4 and 5
6
 *
7
 * @category PHP
8
 * @package  PHP_CompatInfo
9
 * @author   Davey Shafik <davey@php.net>
10
 * @author   Laurent Laville <pear@laurent-laville.org>
11
 * @license  http://www.opensource.org/licenses/bsd-license.php  BSD
12
 * @version  CVS: $Id: xdebug_func_array.php,v 1.1 2008/12/14 17:20:17 farell Exp $
13
 * @link     http://pear.php.net/package/PHP_CompatInfo
14
 * @since    version 1.9.0b2 (2008-12-19)
15
 */
16
 
17
$GLOBALS['_PHP_COMPATINFO_FUNC_XDEBUG'] = array (
18
  'xdebug_break' =>
19
  array (
20
    'init' => '2.0.0',
21
    'end' => '2.0.0',
22
    'ext' => 'xdebug',
23
    'pecl' => true,
24
  ),
25
  'xdebug_call_class' =>
26
  array (
27
    'init' => '1.2.0',
28
    'end' => '2.0.0',
29
    'ext' => 'xdebug',
30
    'pecl' => true,
31
  ),
32
  'xdebug_call_file' =>
33
  array (
34
    'init' => '1.2.0',
35
    'end' => '2.0.0',
36
    'ext' => 'xdebug',
37
    'pecl' => true,
38
  ),
39
  'xdebug_call_function' =>
40
  array (
41
    'init' => '1.2.0',
42
    'end' => '2.0.0',
43
    'ext' => 'xdebug',
44
    'pecl' => true,
45
  ),
46
  'xdebug_call_line' =>
47
  array (
48
    'init' => '1.2.0',
49
    'end' => '2.0.0',
50
    'ext' => 'xdebug',
51
    'pecl' => true,
52
  ),
53
  'xdebug_clear_aggr_profiling_data' =>
54
  array (
55
    'init' => '2.0.0',
56
    'end' => '2.0.0',
57
    'ext' => 'xdebug',
58
    'pecl' => true,
59
  ),
60
  'xdebug_debug_zval' =>
61
  array (
62
    'init' => '2.0.0',
63
    'end' => '2.0.0',
64
    'ext' => 'xdebug',
65
    'pecl' => true,
66
  ),
67
  'xdebug_debug_zval_stdout' =>
68
  array (
69
    'init' => '2.0.0',
70
    'end' => '2.0.0',
71
    'ext' => 'xdebug',
72
    'pecl' => true,
73
  ),
74
  'xdebug_disable' =>
75
  array (
76
    'init' => '1.2.0',
77
    'end' => '2.0.0',
78
    'ext' => 'xdebug',
79
    'pecl' => true,
80
  ),
81
  'xdebug_dump_aggr_profiling_data' =>
82
  array (
83
    'init' => '2.0.0',
84
    'end' => '2.0.0',
85
    'ext' => 'xdebug',
86
    'pecl' => true,
87
  ),
88
  'xdebug_dump_function_profile' =>
89
  array (
90
    'init' => '1.2.0',
91
    'end' => '1.3.2',
92
    'ext' => 'xdebug',
93
    'pecl' => true,
94
  ),
95
  'xdebug_dump_function_trace' =>
96
  array (
97
    'init' => '1.2.0',
98
    'end' => '1.3.2',
99
    'ext' => 'xdebug',
100
    'pecl' => true,
101
  ),
102
  'xdebug_dump_superglobals' =>
103
  array (
104
    'init' => '1.2.0',
105
    'end' => '2.0.0',
106
    'ext' => 'xdebug',
107
    'pecl' => true,
108
  ),
109
  'xdebug_enable' =>
110
  array (
111
    'init' => '1.2.0',
112
    'end' => '2.0.0',
113
    'ext' => 'xdebug',
114
    'pecl' => true,
115
  ),
116
  'xdebug_get_code_coverage' =>
117
  array (
118
    'init' => '1.2.0',
119
    'end' => '2.0.0',
120
    'ext' => 'xdebug',
121
    'pecl' => true,
122
  ),
123
  'xdebug_get_declared_vars' =>
124
  array (
125
    'init' => '2.0.0',
126
    'end' => '2.0.0',
127
    'ext' => 'xdebug',
128
    'pecl' => true,
129
  ),
130
  'xdebug_get_function_count' =>
131
  array (
132
    'init' => '2.0.0',
133
    'end' => '2.0.0',
134
    'ext' => 'xdebug',
135
    'pecl' => true,
136
  ),
137
  'xdebug_get_function_profile' =>
138
  array (
139
    'init' => '1.2.0',
140
    'end' => '1.3.2',
141
    'ext' => 'xdebug',
142
    'pecl' => true,
143
  ),
144
  'xdebug_get_function_stack' =>
145
  array (
146
    'init' => '1.2.0',
147
    'end' => '2.0.0',
148
    'ext' => 'xdebug',
149
    'pecl' => true,
150
  ),
151
  'xdebug_get_function_trace' =>
152
  array (
153
    'init' => '1.2.0',
154
    'end' => '1.3.2',
155
    'ext' => 'xdebug',
156
    'pecl' => true,
157
  ),
158
  'xdebug_get_profiler_filename' =>
159
  array (
160
    'init' => '2.0.0',
161
    'end' => '2.0.0',
162
    'ext' => 'xdebug',
163
    'pecl' => true,
164
  ),
165
  'xdebug_get_stack_depth' =>
166
  array (
167
    'init' => '2.0.0',
168
    'end' => '2.0.0',
169
    'ext' => 'xdebug',
170
    'pecl' => true,
171
  ),
172
  'xdebug_get_tracefile_name' =>
173
  array (
174
    'init' => '2.0.0',
175
    'end' => '2.0.0',
176
    'ext' => 'xdebug',
177
    'pecl' => true,
178
  ),
179
  'xdebug_is_enabled' =>
180
  array (
181
    'init' => '1.2.0',
182
    'end' => '2.0.0',
183
    'ext' => 'xdebug',
184
    'pecl' => true,
185
  ),
186
  'xdebug_memory_usage' =>
187
  array (
188
    'init' => '1.2.0',
189
    'end' => '2.0.0',
190
    'ext' => 'xdebug',
191
    'pecl' => true,
192
  ),
193
  'xdebug_peak_memory_usage' =>
194
  array (
195
    'init' => '2.0.0',
196
    'end' => '2.0.0',
197
    'ext' => 'xdebug',
198
    'pecl' => true,
199
  ),
200
  'xdebug_print_declared_vars' =>
201
  array (
202
    'init' => '2.0.0',
203
    'end' => '2.0.0',
204
    'ext' => 'xdebug',
205
    'pecl' => true,
206
  ),
207
  'xdebug_print_function_stack' =>
208
  array (
209
    'init' => '2.0.0',
210
    'end' => '2.0.0',
211
    'ext' => 'xdebug',
212
    'pecl' => true,
213
  ),
214
  'xdebug_set_time_limit' =>
215
  array (
216
    'init' => '2.0.0',
217
    'end' => '2.0.0',
218
    'ext' => 'xdebug',
219
    'pecl' => true,
220
  ),
221
  'xdebug_start_code_coverage' =>
222
  array (
223
    'init' => '1.2.0',
224
    'end' => '2.0.0',
225
    'ext' => 'xdebug',
226
    'pecl' => true,
227
  ),
228
  'xdebug_start_profiling' =>
229
  array (
230
    'init' => '1.2.0',
231
    'end' => '1.3.2',
232
    'ext' => 'xdebug',
233
    'pecl' => true,
234
  ),
235
  'xdebug_start_trace' =>
236
  array (
237
    'init' => '1.2.0',
238
    'end' => '2.0.0',
239
    'ext' => 'xdebug',
240
    'pecl' => true,
241
  ),
242
  'xdebug_stop_code_coverage' =>
243
  array (
244
    'init' => '1.2.0',
245
    'end' => '2.0.0',
246
    'ext' => 'xdebug',
247
    'pecl' => true,
248
  ),
249
  'xdebug_stop_profiling' =>
250
  array (
251
    'init' => '1.2.0',
252
    'end' => '1.3.2',
253
    'ext' => 'xdebug',
254
    'pecl' => true,
255
  ),
256
  'xdebug_stop_trace' =>
257
  array (
258
    'init' => '1.2.0',
259
    'end' => '2.0.0',
260
    'ext' => 'xdebug',
261
    'pecl' => true,
262
  ),
263
  'xdebug_time_index' =>
264
  array (
265
    'init' => '1.3.0',
266
    'end' => '2.0.0',
267
    'ext' => 'xdebug',
268
    'pecl' => true,
269
  ),
270
  'xdebug_var_dump' =>
271
  array (
272
    'init' => '1.3.0',
273
    'end' => '2.0.0',
274
    'ext' => 'xdebug',
275
    'pecl' => true,
276
  ),
277
);
278
?>