make test runner work in open source repo
[hiphop-php.git] / hphp / test / zend / bad / ext-date / DateTimeZone_verify.php.expectf
blob2f6ee006c12c8df6aa2dd6be7c9a724cee50fd27
1 *** Verify DateTimeZone class ***
2 Verify DateTimeZone class registered OK
3 object(ReflectionClass)#%d (1) {
4   ["name"]=>
5   string(12) "DateTimeZone"
7 ..and get names of all its methods
8 array(7) {
9   [0]=>
10   &object(ReflectionMethod)#%d (2) {
11     ["name"]=>
12     string(11) "__construct"
13     ["class"]=>
14     string(12) "DateTimeZone"
15   }
16   [1]=>
17   &object(ReflectionMethod)#%d (2) {
18     ["name"]=>
19     string(7) "getName"
20     ["class"]=>
21     string(12) "DateTimeZone"
22   }
23   [2]=>
24   &object(ReflectionMethod)#%d (2) {
25     ["name"]=>
26     string(9) "getOffset"
27     ["class"]=>
28     string(12) "DateTimeZone"
29   }
30   [3]=>
31   &object(ReflectionMethod)#%d (2) {
32     ["name"]=>
33     string(14) "getTransitions"
34     ["class"]=>
35     string(12) "DateTimeZone"
36   }
37   [4]=>
38   &object(ReflectionMethod)#%d (2) {
39     ["name"]=>
40     string(11) "getLocation"
41     ["class"]=>
42     string(12) "DateTimeZone"
43   }
44   [5]=>
45   &object(ReflectionMethod)#%d (2) {
46     ["name"]=>
47     string(17) "listAbbreviations"
48     ["class"]=>
49     string(12) "DateTimeZone"
50   }
51   [6]=>
52   &object(ReflectionMethod)#%d (2) {
53     ["name"]=>
54     string(15) "listIdentifiers"
55     ["class"]=>
56     string(12) "DateTimeZone"
57   }
59 ..and get names of all its class constants
60 array(14) {
61   ["AFRICA"]=>
62   int(1)
63   ["AMERICA"]=>
64   int(2)
65   ["ANTARCTICA"]=>
66   int(4)
67   ["ARCTIC"]=>
68   int(8)
69   ["ASIA"]=>
70   int(16)
71   ["ATLANTIC"]=>
72   int(32)
73   ["AUSTRALIA"]=>
74   int(64)
75   ["EUROPE"]=>
76   int(128)
77   ["INDIAN"]=>
78   int(256)
79   ["PACIFIC"]=>
80   int(512)
81   ["UTC"]=>
82   int(1024)
83   ["ALL"]=>
84   int(2047)
85   ["ALL_WITH_BC"]=>
86   int(4095)
87   ["PER_COUNTRY"]=>
88   int(4096)
90 ===DONE===