add bitset operations and tests
[hiphop-php.git] / hphp / test / slow / disallow_varenv_dyncalls-quiet.php.expectf-repo
blob7debfd2aabed08728ab847d2502b3c8d6b5fd19a
1 Running test_compact_dyncall() #1....
2 array(2) {
3   ["var1"]=>
4   int(100)
5   ["var2"]=>
6   int(200)
8 test_compact_dyncall() done
9 Running test_compact_dyncall() #2....
10 array(2) {
11   ["var1"]=>
12   int(100)
13   ["var2"]=>
14   int(200)
16 test_compact_dyncall() done
17 Running test_compact_cuf() #1....
18 array(2) {
19   ["var1"]=>
20   int(100)
21   ["var2"]=>
22   int(200)
24 test_compact_cuf() done
25 Running test_compact_cuf() #2....
26 array(2) {
27   ["var1"]=>
28   int(100)
29   ["var2"]=>
30   int(200)
32 test_compact_cuf() done
33 Running test_compact_cuf_array() #1....
34 array(2) {
35   ["var1"]=>
36   int(100)
37   ["var2"]=>
38   int(200)
40 test_compact_cuf_array() done
41 Running test_compact_cuf_array() #2....
42 array(2) {
43   ["var1"]=>
44   int(100)
45   ["var2"]=>
46   int(200)
48 test_compact_cuf_array() done
49 Running test_compact_map() #1....
50 array(1) {
51   [0]=>
52   array(2) {
53     ["var1"]=>
54     int(100)
55     ["var2"]=>
56     int(200)
57   }
59 test_compact_map() done
60 Running test_compact_map() #2....
61 array(1) {
62   [0]=>
63   array(2) {
64     ["var1"]=>
65     int(100)
66     ["var2"]=>
67     int(200)
68   }
70 test_compact_map() done
71 Running test_compact_walk() #1....
72 test_compact_walk() done
73 Running test_compact_walk() #2....
74 test_compact_walk() done
75 Running test_compact_errors() #1....
76 compact() expects exactly 1 parameter, 0 given in disallow_varenv_dyncalls.inc at line 48
77 compact() expects exactly 1 parameter, 0 given in disallow_varenv_dyncalls.inc at line 49
78 compact() expects exactly 1 parameter, 0 given in disallow_varenv_dyncalls.inc at line 50
79 test_compact_errors() done
80 Running test_compact_errors() #2....
81 compact() expects exactly 1 parameter, 0 given in disallow_varenv_dyncalls.inc at line 48
82 compact() expects exactly 1 parameter, 0 given in disallow_varenv_dyncalls.inc at line 49
83 compact() expects exactly 1 parameter, 0 given in disallow_varenv_dyncalls.inc at line 50
84 test_compact_errors() done
85 Running test_extract_dyncall() #1....
86 int(100)
87 int(200)
88 string(3) "101"
89 string(3) "201"
90 test_extract_dyncall() done
91 Running test_extract_dyncall() #2....
92 int(100)
93 int(200)
94 string(3) "101"
95 string(3) "201"
96 test_extract_dyncall() done
97 Running test_extract_cuf() #1....
98 int(100)
99 int(200)
100 string(3) "101"
101 string(3) "201"
102 test_extract_cuf() done
103 Running test_extract_cuf() #2....
104 int(100)
105 int(200)
106 string(3) "101"
107 string(3) "201"
108 test_extract_cuf() done
109 Running test_extract_cuf_array() #1....
110 int(100)
111 int(200)
112 string(3) "101"
113 string(3) "201"
114 test_extract_cuf_array() done
115 Running test_extract_cuf_array() #2....
116 int(100)
117 int(200)
118 string(3) "101"
119 string(3) "201"
120 test_extract_cuf_array() done
121 Running test_extract_map() #1....
122 int(100)
123 int(200)
124 string(3) "101"
125 string(3) "201"
126 test_extract_map() done
127 Running test_extract_map() #2....
128 int(100)
129 int(200)
130 string(3) "101"
131 string(3) "201"
132 test_extract_map() done
133 Running test_extract_walk() #1....
134 int(100)
135 int(200)
136 string(3) "101"
137 string(3) "201"
138 test_extract_walk() done
139 Running test_extract_walk() #2....
140 int(100)
141 int(200)
142 string(3) "101"
143 string(3) "201"
144 test_extract_walk() done
145 Running test_extract_errors() #1....
146 extract() expects at least 1 parameter, 0 given in disallow_varenv_dyncalls.inc at line 106
147 extract() expects parameter 1 to be array in disallow_varenv_dyncalls.inc at line 107
148 extract() expects at most 3 parameters, 4 given in disallow_varenv_dyncalls.inc at line 108
149 extract() expects parameter 1 to be array in disallow_varenv_dyncalls.inc at line 109
150 extract() expects parameter 1 to be array in disallow_varenv_dyncalls.inc at line 111
151 test_extract_errors() done
152 Running test_extract_errors() #2....
153 extract() expects at least 1 parameter, 0 given in disallow_varenv_dyncalls.inc at line 106
154 extract() expects parameter 1 to be array in disallow_varenv_dyncalls.inc at line 107
155 extract() expects at most 3 parameters, 4 given in disallow_varenv_dyncalls.inc at line 108
156 extract() expects parameter 1 to be array in disallow_varenv_dyncalls.inc at line 109
157 extract() expects parameter 1 to be array in disallow_varenv_dyncalls.inc at line 111
158 test_extract_errors() done
159 Running test_parse_str_dyncall() #1....
160 int(100)
161 int(200)
162 string(3) "101"
163 string(3) "201"
164 test_parse_str_dyncall() done
165 Running test_parse_str_dyncall() #2....
166 int(100)
167 int(200)
168 string(3) "101"
169 string(3) "201"
170 test_parse_str_dyncall() done
171 Running test_parse_str_cuf() #1....
172 int(100)
173 int(200)
174 string(3) "101"
175 string(3) "201"
176 test_parse_str_cuf() done
177 Running test_parse_str_cuf() #2....
178 int(100)
179 int(200)
180 string(3) "101"
181 string(3) "201"
182 test_parse_str_cuf() done
183 Running test_parse_str_cuf_array() #1....
184 int(100)
185 int(200)
186 string(3) "101"
187 string(3) "201"
188 test_parse_str_cuf_array() done
189 Running test_parse_str_cuf_array() #2....
190 int(100)
191 int(200)
192 string(3) "101"
193 string(3) "201"
194 test_parse_str_cuf_array() done
195 Running test_parse_str_map() #1....
196 int(100)
197 int(200)
198 string(3) "101"
199 string(3) "201"
200 test_parse_str_map() done
201 Running test_parse_str_map() #2....
202 int(100)
203 int(200)
204 string(3) "101"
205 string(3) "201"
206 test_parse_str_map() done
207 Running test_parse_str_walk() #1....
208 int(100)
209 int(200)
210 string(3) "101"
211 string(3) "201"
212 test_parse_str_walk() done
213 Running test_parse_str_walk() #2....
214 int(100)
215 int(200)
216 string(3) "101"
217 string(3) "201"
218 test_parse_str_walk() done
219 Running test_parse_str_errors() #1....
220 parse_str() expects at least 1 parameter, 0 given in disallow_varenv_dyncalls.inc at line 171
221 parse_str() expects parameter 1 to be string, array given in disallow_varenv_dyncalls.inc at line 172
222 parse_str() expects parameter 1 to be string, array given in disallow_varenv_dyncalls.inc at line 173
223 test_parse_str_errors() done
224 Running test_parse_str_errors() #2....
225 parse_str() expects at least 1 parameter, 0 given in disallow_varenv_dyncalls.inc at line 171
226 parse_str() expects parameter 1 to be string, array given in disallow_varenv_dyncalls.inc at line 172
227 parse_str() expects parameter 1 to be string, array given in disallow_varenv_dyncalls.inc at line 173
228 test_parse_str_errors() done
229 Running test_framemeta_dyncall() #1....
230 int(100)
231 string(8) "metadata"
232 test_framemeta_dyncall() done
233 Running test_framemeta_dyncall() #2....
234 int(100)
235 string(8) "metadata"
236 test_framemeta_dyncall() done
237 Running test_framemeta_cuf() #1....
238 int(100)
239 string(8) "metadata"
240 test_framemeta_cuf() done
241 Running test_framemeta_cuf() #2....
242 int(100)
243 string(8) "metadata"
244 test_framemeta_cuf() done
245 Running test_framemeta_cuf_array() #1....
246 int(100)
247 string(8) "metadata"
248 test_framemeta_cuf_array() done
249 Running test_framemeta_cuf_array() #2....
250 int(100)
251 string(8) "metadata"
252 test_framemeta_cuf_array() done
253 Running test_framemeta_map() #1....
254 int(100)
255 string(8) "metadata"
256 test_framemeta_map() done
257 Running test_framemeta_map() #2....
258 int(100)
259 string(8) "metadata"
260 test_framemeta_map() done
261 Running test_framemeta_errors() #1....
262 HH\set_frame_metadata() expects exactly 1 parameter, 0 given in disallow_varenv_dyncalls.inc at line 214
263 HH\set_frame_metadata() expects exactly 1 parameter, 3 given in disallow_varenv_dyncalls.inc at line 215
264 HH\set_frame_metadata() expects exactly 1 parameter, 2 given in disallow_varenv_dyncalls.inc at line 217
265 test_framemeta_errors() done
266 Running test_framemeta_errors() #2....
267 HH\set_frame_metadata() expects exactly 1 parameter, 0 given in disallow_varenv_dyncalls.inc at line 214
268 HH\set_frame_metadata() expects exactly 1 parameter, 3 given in disallow_varenv_dyncalls.inc at line 215
269 HH\set_frame_metadata() expects exactly 1 parameter, 2 given in disallow_varenv_dyncalls.inc at line 217
270 test_framemeta_errors() done
271 Running test_getargs_dyncall() #1....
272 array(3) {
273   [0]=>
274   int(100)
275   [1]=>
276   string(3) "abc"
277   [2]=>
278   bool(false)
280 test_getargs_dyncall() done
281 Running test_getargs_dyncall() #2....
282 array(3) {
283   [0]=>
284   int(100)
285   [1]=>
286   string(3) "abc"
287   [2]=>
288   bool(false)
290 test_getargs_dyncall() done
291 Running test_getargs_cuf() #1....
292 array(3) {
293   [0]=>
294   int(100)
295   [1]=>
296   string(3) "abc"
297   [2]=>
298   bool(false)
300 test_getargs_cuf() done
301 Running test_getargs_cuf() #2....
302 array(3) {
303   [0]=>
304   int(100)
305   [1]=>
306   string(3) "abc"
307   [2]=>
308   bool(false)
310 test_getargs_cuf() done
311 Running test_getargs_cuf_array() #1....
312 array(3) {
313   [0]=>
314   int(100)
315   [1]=>
316   string(3) "abc"
317   [2]=>
318   bool(false)
320 test_getargs_cuf_array() done
321 Running test_getargs_cuf_array() #2....
322 array(3) {
323   [0]=>
324   int(100)
325   [1]=>
326   string(3) "abc"
327   [2]=>
328   bool(false)
330 test_getargs_cuf_array() done
331 Running test_getargs_errors() #1....
332 func_get_args() expects exactly 0 parameters, 3 given in disallow_varenv_dyncalls.inc at line 254
333 func_get_args() expects exactly 0 parameters, 2 given in disallow_varenv_dyncalls.inc at line 256
334 test_getargs_errors() done
335 Running test_getargs_errors() #2....
336 func_get_args() expects exactly 0 parameters, 3 given in disallow_varenv_dyncalls.inc at line 254
337 func_get_args() expects exactly 0 parameters, 2 given in disallow_varenv_dyncalls.inc at line 256
338 test_getargs_errors() done
339 Running test_assert_dyncall_pass() #1....
340 int(100)
342 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 263
343 Running test_assert_dyncall_pass() #2....
344 int(100)
346 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 263
347 Running test_assert_dyncall_pass2() #1....
348 test_assert_dyncall_pass2() done
349 Running test_assert_dyncall_pass2() #2....
350 test_assert_dyncall_pass2() done
351 Running test_assert_dyncall_fail() #1....
352 int(100)
354 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 276
355 Running test_assert_dyncall_fail() #2....
356 int(100)
358 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 276
359 Running test_assert_dyncall_fail2() #1....
360 assert(): assertion failed failed in disallow_varenv_dyncalls.inc at line 282
361 test_assert_dyncall_fail2() done
362 Running test_assert_dyncall_fail2() #2....
363 assert(): assertion failed failed in disallow_varenv_dyncalls.inc at line 282
364 test_assert_dyncall_fail2() done
365 Running test_assert_cuf_pass() #1....
366 int(100)
368 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 289
369 Running test_assert_cuf_pass() #2....
370 int(100)
372 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 289
373 Running test_assert_cuf_pass2() #1....
374 test_assert_cuf_pass2() done
375 Running test_assert_cuf_pass2() #2....
376 test_assert_cuf_pass2() done
377 Running test_assert_cuf_fail() #1....
378 int(100)
380 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 302
381 Running test_assert_cuf_fail() #2....
382 int(100)
384 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 302
385 Running test_assert_cuf_fail2() #1....
386 assert(): assertion failed failed in disallow_varenv_dyncalls.inc at line 308
387 test_assert_cuf_fail2() done
388 Running test_assert_cuf_fail2() #2....
389 assert(): assertion failed failed in disallow_varenv_dyncalls.inc at line 308
390 test_assert_cuf_fail2() done
391 Running test_assert_cuf_array_pass() #1....
392 int(100)
394 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 315
395 Running test_assert_cuf_array_pass() #2....
396 int(100)
398 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 315
399 Running test_assert_cuf_array_pass2() #1....
400 test_assert_cuf_array_pass2() done
401 Running test_assert_cuf_array_pass2() #2....
402 test_assert_cuf_array_pass2() done
403 Running test_assert_cuf_array_fail() #1....
404 int(100)
406 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 328
407 Running test_assert_cuf_array_fail() #2....
408 int(100)
410 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 328
411 Running test_assert_cuf_array_fail2() #1....
412 assert(): assertion failed failed in disallow_varenv_dyncalls.inc at line 334
413 test_assert_cuf_array_fail2() done
414 Running test_assert_cuf_array_fail2() #2....
415 assert(): assertion failed failed in disallow_varenv_dyncalls.inc at line 334
416 test_assert_cuf_array_fail2() done
417 Running test_assert_map_pass() #1....
418 int(100)
419 int(200)
421 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 342
422 Running test_assert_map_pass() #2....
423 int(100)
424 int(200)
426 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 342
427 Running test_assert_map_pass2() #1....
428 test_assert_map_pass2() done
429 Running test_assert_map_pass2() #2....
430 test_assert_map_pass2() done
431 Running test_assert_map_fail() #1....
432 int(100)
433 int(200)
435 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 356
436 Running test_assert_map_fail() #2....
437 int(100)
438 int(200)
440 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 356
441 Running test_assert_map_fail2() #1....
442 assert(): Assertion failed in disallow_varenv_dyncalls.inc at line 362
443 assert(): Assertion failed in disallow_varenv_dyncalls.inc at line 362
444 test_assert_map_fail2() done
445 Running test_assert_map_fail2() #2....
446 assert(): Assertion failed in disallow_varenv_dyncalls.inc at line 362
447 assert(): Assertion failed in disallow_varenv_dyncalls.inc at line 362
448 test_assert_map_fail2() done
449 Running test_assert_walk_pass() #1....
450 int(100)
451 int(200)
453 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 371
454 Running test_assert_walk_pass() #2....
455 int(100)
456 int(200)
458 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 371
459 Running test_assert_walk_pass2() #1....
460 test_assert_walk_pass2() done
461 Running test_assert_walk_pass2() #2....
462 test_assert_walk_pass2() done
463 Running test_assert_walk_fail() #1....
464 int(100)
465 int(200)
467 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 387
468 Running test_assert_walk_fail() #2....
469 int(100)
470 int(200)
472 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 387
473 Running test_assert_walk_fail2() #1....
474 test_assert_walk_fail2() done
475 Running test_assert_walk_fail2() #2....
476 test_assert_walk_fail2() done
477 Running test_assert_chained() #1....
478 int(100)
479 int(200)
481 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 402
482 Running test_assert_chained() #2....
483 int(100)
484 int(200)
486 Fatal error: assert() is not supported: assert with strings argument in RepoAuthoritative mode in %s/test/slow/disallow_varenv_dyncalls.inc on line 402
487 Running test_assert_errors() #1....
488 assert() expects at least 1 parameter, 0 given in disallow_varenv_dyncalls.inc at line 408
489 assert() expects at least 1 parameter, 0 given in disallow_varenv_dyncalls.inc at line 409
490 assert() expects at least 1 parameter, 0 given in disallow_varenv_dyncalls.inc at line 410
491 test_assert_errors() done
492 Running test_assert_errors() #2....
493 assert() expects at least 1 parameter, 0 given in disallow_varenv_dyncalls.inc at line 408
494 assert() expects at least 1 parameter, 0 given in disallow_varenv_dyncalls.inc at line 409
495 assert() expects at least 1 parameter, 0 given in disallow_varenv_dyncalls.inc at line 410
496 test_assert_errors() done