global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / class_implements.php.expect
blobe2c6badb2b0f27887d77a416a005623b89cc8eed
1 interfaces of Base:
2 array(2) {
3   ["IA"]=>
4   string(2) "IA"
5   ["IB"]=>
6   string(2) "IB"
9 interfaces of Derived:
10 array(2) {
11   ["IA"]=>
12   string(2) "IA"
13   ["IB"]=>
14   string(2) "IB"
17 interfaces of DerivedDerived:
18 array(3) {
19   ["IA"]=>
20   string(2) "IA"
21   ["IB"]=>
22   string(2) "IB"
23   ["IC"]=>
24   string(2) "IC"
27 interfaces of LotsOfInterfaces:
28 array(3) {
29   ["IA"]=>
30   string(2) "IA"
31   ["ID"]=>
32   string(2) "ID"
33   ["IE"]=>
34   string(2) "IE"
37 interfaces of MostOfTheInterfaces:
38 array(5) {
39   ["IA"]=>
40   string(2) "IA"
41   ["IB"]=>
42   string(2) "IB"
43   ["ID"]=>
44   string(2) "ID"
45   ["IE"]=>
46   string(2) "IE"
47   ["IG"]=>
48   string(2) "IG"
51 interfaces of AllTheInterfaces:
52 array(6) {
53   ["IA"]=>
54   string(2) "IA"
55   ["IB"]=>
56   string(2) "IB"
57   ["IC"]=>
58   string(2) "IC"
59   ["ID"]=>
60   string(2) "ID"
61   ["IE"]=>
62   string(2) "IE"
63   ["IG"]=>
64   string(2) "IG"