global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / debug_backtrace_continuation.php.expectf
blob6b42e98cd437a2224109f7874ff50c9d874eef43
1 array(3) {
2   [0]=>
3   array(2) {
4     ["function"]=>
5     string(12) "my_generator"
6     ["args"]=>
7     array(0) {
8     }
9   }
10   [1]=>
11   array(7) {
12     ["file"]=>
13     string(%d) "%s"
14     ["line"]=>
15     int(10)
16     ["function"]=>
17     string(4) "send"
18     ["class"]=>
19     string(9) "Generator"
20     ["object"]=>
21     object(Generator) (0) {
22     }
23     ["type"]=>
24     string(2) "->"
25     ["args"]=>
26     array(1) {
27       [0]=>
28       NULL
29     }
30   }
31   [2]=>
32   array(4) {
33     ["file"]=>
34     string(%d) "%s"
35     ["line"]=>
36     int(26)
37     ["function"]=>
38     string(10) "my_wrapper"
39     ["args"]=>
40     array(0) {
41     }
42   }
44 array(3) {
45   [0]=>
46   array(4) {
47     ["function"]=>
48     string(19) "my_member_generator"
49     ["class"]=>
50     string(8) "my_class"
51     ["type"]=>
52     string(2) "::"
53     ["args"]=>
54     array(0) {
55     }
56   }
57   [1]=>
58   array(7) {
59     ["file"]=>
60     string(%d) "%s"
61     ["line"]=>
62     int(23)
63     ["function"]=>
64     string(4) "send"
65     ["class"]=>
66     string(9) "Generator"
67     ["object"]=>
68     object(Generator) (0) {
69     }
70     ["type"]=>
71     string(2) "->"
72     ["args"]=>
73     array(1) {
74       [0]=>
75       NULL
76     }
77   }
78   [2]=>
79   array(4) {
80     ["file"]=>
81     string(%d) "%s"
82     ["line"]=>
83     int(27)
84     ["function"]=>
85     string(16) "my_class_wrapper"
86     ["args"]=>
87     array(0) {
88     }
89   }