make test runner work in open source repo
[hiphop-php.git] / hphp / test / zend / bad / ext-date / date_time_set_variation2.php.expectf
blob363c0bd52cd79931a85e4540b21ea698b3960054
1 *** Testing date_time_set() : usage variation -  unexpected values to second argument $hour***
3 -- int 0 --
4 object(DateTime)#%d (3) {
5   ["date"]=>
6   string(19) "2009-01-31 00:13:45"
7   ["timezone_type"]=>
8   int(3)
9   ["timezone"]=>
10   string(13) "Europe/London"
13 -- int 1 --
14 object(DateTime)#%d (3) {
15   ["date"]=>
16   string(19) "2009-01-31 01:13:45"
17   ["timezone_type"]=>
18   int(3)
19   ["timezone"]=>
20   string(13) "Europe/London"
23 -- int 12345 --
24 object(DateTime)#%d (3) {
25   ["date"]=>
26   string(19) "2010-06-29 09:13:45"
27   ["timezone_type"]=>
28   int(3)
29   ["timezone"]=>
30   string(13) "Europe/London"
33 -- int -12345 --
34 object(DateTime)#%d (3) {
35   ["date"]=>
36   string(19) "2009-01-30 15:13:45"
37   ["timezone_type"]=>
38   int(3)
39   ["timezone"]=>
40   string(13) "Europe/London"
43 -- float 10.5 --
44 object(DateTime)#%d (3) {
45   ["date"]=>
46   string(19) "2009-01-30 10:13:45"
47   ["timezone_type"]=>
48   int(3)
49   ["timezone"]=>
50   string(13) "Europe/London"
53 -- float -10.5 --
54 object(DateTime)#%d (3) {
55   ["date"]=>
56   string(19) "2009-01-29 14:13:45"
57   ["timezone_type"]=>
58   int(3)
59   ["timezone"]=>
60   string(13) "Europe/London"
63 -- float .5 --
64 object(DateTime)#%d (3) {
65   ["date"]=>
66   string(19) "2009-01-29 00:13:45"
67   ["timezone_type"]=>
68   int(3)
69   ["timezone"]=>
70   string(13) "Europe/London"
73 -- empty array --
74 HipHop Warning: %a
75 bool(false)
77 -- int indexed array --
78 HipHop Warning: %a
79 bool(false)
81 -- associative array --
82 HipHop Warning: %a
83 bool(false)
85 -- nested arrays --
86 HipHop Warning: %a
87 bool(false)
89 -- uppercase NULL --
90 object(DateTime)#%d (3) {
91   ["date"]=>
92   string(19) "2009-01-29 00:13:45"
93   ["timezone_type"]=>
94   int(3)
95   ["timezone"]=>
96   string(13) "Europe/London"
99 -- lowercase null --
100 object(DateTime)#%d (3) {
101   ["date"]=>
102   string(19) "2009-01-29 00:13:45"
103   ["timezone_type"]=>
104   int(3)
105   ["timezone"]=>
106   string(13) "Europe/London"
109 -- lowercase true --
110 object(DateTime)#%d (3) {
111   ["date"]=>
112   string(19) "2009-01-29 01:13:45"
113   ["timezone_type"]=>
114   int(3)
115   ["timezone"]=>
116   string(13) "Europe/London"
119 -- lowercase false --
120 object(DateTime)#%d (3) {
121   ["date"]=>
122   string(19) "2009-01-29 00:13:45"
123   ["timezone_type"]=>
124   int(3)
125   ["timezone"]=>
126   string(13) "Europe/London"
129 -- uppercase TRUE --
130 object(DateTime)#%d (3) {
131   ["date"]=>
132   string(19) "2009-01-29 01:13:45"
133   ["timezone_type"]=>
134   int(3)
135   ["timezone"]=>
136   string(13) "Europe/London"
139 -- uppercase FALSE --
140 object(DateTime)#%d (3) {
141   ["date"]=>
142   string(19) "2009-01-29 00:13:45"
143   ["timezone_type"]=>
144   int(3)
145   ["timezone"]=>
146   string(13) "Europe/London"
149 -- empty string DQ --
150 HipHop Warning: %a
151 bool(false)
153 -- empty string SQ --
154 HipHop Warning: %a
155 bool(false)
157 -- string DQ --
158 HipHop Warning: %a
159 bool(false)
161 -- string SQ --
162 HipHop Warning: %a
163 bool(false)
165 -- mixed case string --
166 HipHop Warning: %a
167 bool(false)
169 -- heredoc --
170 HipHop Warning: %a
171 bool(false)
173 -- instance of classWithToString --
174 HipHop Warning: %a
175 bool(false)
177 -- instance of classWithoutToString --
178 HipHop Warning: %a
179 bool(false)
181 -- undefined var --
182 object(DateTime)#%d (3) {
183   ["date"]=>
184   string(19) "2009-01-29 00:13:45"
185   ["timezone_type"]=>
186   int(3)
187   ["timezone"]=>
188   string(13) "Europe/London"
191 -- unset var --
192 object(DateTime)#%d (3) {
193   ["date"]=>
194   string(19) "2009-01-29 00:13:45"
195   ["timezone_type"]=>
196   int(3)
197   ["timezone"]=>
198   string(13) "Europe/London"
201 -- resource --
202 HipHop Warning: %a
203 bool(false)
204 ===DONE===