I was using a binary with the new timelib. Undo the datetime tests
[hiphop-php.git] / hphp / test / zend / bad / ext-date / DateTime_setISODate_variation3.php.expectf
bloba9dc73c59fd1a882c726061c2739621253519d37
1 *** Testing DateTime::setISODate() : usage variation -  unexpected values to third argument $day***
3 -- int 0 --
4 object(DateTime)#%d (3) {
5   ["date"]=>
6   string(19) "1963-02-10 08:34:10"
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) "1963-02-11 08:34:10"
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) "1996-11-28 08:34:10"
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) "1929-04-24 08:34:10"
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) "1963-02-20 08:34:10"
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) "1963-01-31 08:34:10"
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) "1963-02-10 08:34:10"
67   ["timezone_type"]=>
68   int(3)
69   ["timezone"]=>
70   string(13) "Europe/London"
73 -- empty array --
74 HipHop Warning: %s
75 bool(false)
77 -- int indexed array --
78 HipHop Warning: %s
79 bool(false)
81 -- associative array --
82 HipHop Warning: %s
83 bool(false)
85 -- nested arrays --
86 HipHop Warning: %s
87 bool(false)
89 -- uppercase NULL --
90 object(DateTime)#%d (3) {
91   ["date"]=>
92   string(19) "1963-02-10 08:34:10"
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) "1963-02-10 08:34:10"
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) "1963-02-11 08:34:10"
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) "1963-02-10 08:34:10"
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) "1963-02-11 08:34:10"
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) "1963-02-10 08:34:10"
143   ["timezone_type"]=>
144   int(3)
145   ["timezone"]=>
146   string(13) "Europe/London"
149 -- empty string DQ --
150 HipHop Warning: %s
151 bool(false)
153 -- empty string SQ --
154 HipHop Warning: %s
155 bool(false)
157 -- string DQ --
158 HipHop Warning: %s
159 bool(false)
161 -- string SQ --
162 HipHop Warning: %s
163 bool(false)
165 -- mixed case string --
166 HipHop Warning: %s
167 bool(false)
169 -- heredoc --
170 HipHop Warning: %s
171 bool(false)
173 -- instance of classWithToString --
174 HipHop Warning: %s
175 bool(false)
177 -- instance of classWithoutToString --
178 HipHop Warning: %s
179 bool(false)
181 -- undefined var --
182 object(DateTime)#%d (3) {
183   ["date"]=>
184   string(19) "1963-02-10 08:34:10"
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) "1963-02-10 08:34:10"
195   ["timezone_type"]=>
196   int(3)
197   ["timezone"]=>
198   string(13) "Europe/London"
201 -- resource --
202 HipHop Warning: %s
203 bool(false)
204 ===DONE===