Create post-HADVAs expect files
[hiphop-php.git] / hphp / test / zend / good / Zend / tests / compare_001_64bit.php.expectf.hadva
blobd04f4d5ede0180c4c6f8fb6ce093b0746ef9b2aa
1 vec(3) {  int(1)  int(2)  int(3)} == vec(3) {  int(1)  int(2)  int(3)}
2 vec(3) {  int(1)  int(2)  int(3)} != string(0) ""
3 vec(3) {  int(1)  int(2)  int(3)} != int(1)
4 vec(3) {  int(1)  int(2)  int(3)} != float(2.5)
5 vec(3) {  int(1)  int(2)  int(3)} != int(0)
6 vec(3) {  int(1)  int(2)  int(3)} != string(6) "string"
7 vec(3) {  int(1)  int(2)  int(3)} != string(3) "123"
8 vec(3) {  int(1)  int(2)  int(3)} != string(3) "2.5"
9 vec(3) {  int(1)  int(2)  int(3)} != NULL
10 vec(3) {  int(1)  int(2)  int(3)} == bool(true)
11 vec(3) {  int(1)  int(2)  int(3)} != bool(false)
12 vec(3) {  int(1)  int(2)  int(3)} != object(stdClass) (0) {}
13 vec(3) {  int(1)  int(2)  int(3)} != object(stdClass) (0) {}
14 vec(3) {  int(1)  int(2)  int(3)} != object(test) (0) {}
15 vec(3) {  int(1)  int(2)  int(3)} != vec(0) {}
16 vec(3) {  int(1)  int(2)  int(3)} != int(-9223372036854775808)
17 vec(3) {  int(1)  int(2)  int(3)} != string(20) "-9223372036854775808"
18 string(0) "" != vec(3) {  int(1)  int(2)  int(3)}
19 string(0) "" == string(0) ""
20 string(0) "" != int(1)
21 string(0) "" != float(2.5)
22 string(0) "" == int(0)
23 string(0) "" != string(6) "string"
24 string(0) "" != string(3) "123"
25 string(0) "" != string(3) "2.5"
26 string(0) "" == NULL
27 string(0) "" != bool(true)
28 string(0) "" == bool(false)
29 string(0) "" != object(stdClass) (0) {}
30 string(0) "" != object(stdClass) (0) {}
31 string(0) "" != object(test) (0) {}
32 string(0) "" != vec(0) {}
33 string(0) "" != int(-9223372036854775808)
34 string(0) "" != string(20) "-9223372036854775808"
35 int(1) != vec(3) {  int(1)  int(2)  int(3)}
36 int(1) != string(0) ""
37 int(1) == int(1)
38 int(1) != float(2.5)
39 int(1) != int(0)
40 int(1) != string(6) "string"
41 int(1) != string(3) "123"
42 int(1) != string(3) "2.5"
43 int(1) != NULL
44 int(1) == bool(true)
45 int(1) != bool(false)
46 int(1)
47 Notice: Object of class stdClass could not be converted to int in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
48  == object(stdClass) (0) {}
49 int(1)
50 Notice: Object of class stdClass could not be converted to int in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
51  == object(stdClass) (0) {}
52 int(1)
53 Notice: Object of class test could not be converted to int in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
54  == object(test) (0) {}
55 int(1) != vec(0) {}
56 int(1) != int(-9223372036854775808)
57 int(1) != string(20) "-9223372036854775808"
58 float(2.5) != vec(3) {  int(1)  int(2)  int(3)}
59 float(2.5) != string(0) ""
60 float(2.5) != int(1)
61 float(2.5) == float(2.5)
62 float(2.5) != int(0)
63 float(2.5) != string(6) "string"
64 float(2.5) != string(3) "123"
65 float(2.5) == string(3) "2.5"
66 float(2.5) != NULL
67 float(2.5) == bool(true)
68 float(2.5) != bool(false)
69 float(2.5)
70 Notice: Object of class stdClass could not be converted to float in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
71  != object(stdClass) (0) {}
72 float(2.5)
73 Notice: Object of class stdClass could not be converted to float in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
74  != object(stdClass) (0) {}
75 float(2.5)
76 Notice: Object of class test could not be converted to float in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
77  != object(test) (0) {}
78 float(2.5) != vec(0) {}
79 float(2.5) != int(-9223372036854775808)
80 float(2.5) != string(20) "-9223372036854775808"
81 int(0) != vec(3) {  int(1)  int(2)  int(3)}
82 int(0) == string(0) ""
83 int(0) != int(1)
84 int(0) != float(2.5)
85 int(0) == int(0)
86 int(0) == string(6) "string"
87 int(0) != string(3) "123"
88 int(0) != string(3) "2.5"
89 int(0) == NULL
90 int(0) != bool(true)
91 int(0) == bool(false)
92 int(0)
93 Notice: Object of class stdClass could not be converted to int in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
94  != object(stdClass) (0) {}
95 int(0)
96 Notice: Object of class stdClass could not be converted to int in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
97  != object(stdClass) (0) {}
98 int(0)
99 Notice: Object of class test could not be converted to int in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
100  != object(test) (0) {}
101 int(0) != vec(0) {}
102 int(0) != int(-9223372036854775808)
103 int(0) != string(20) "-9223372036854775808"
104 string(6) "string" != vec(3) {  int(1)  int(2)  int(3)}
105 string(6) "string" != string(0) ""
106 string(6) "string" != int(1)
107 string(6) "string" != float(2.5)
108 string(6) "string" == int(0)
109 string(6) "string" == string(6) "string"
110 string(6) "string" != string(3) "123"
111 string(6) "string" != string(3) "2.5"
112 string(6) "string" != NULL
113 string(6) "string" == bool(true)
114 string(6) "string" != bool(false)
115 string(6) "string" != object(stdClass) (0) {}
116 string(6) "string" != object(stdClass) (0) {}
117 string(6) "string" != object(test) (0) {}
118 string(6) "string" != vec(0) {}
119 string(6) "string" != int(-9223372036854775808)
120 string(6) "string" != string(20) "-9223372036854775808"
121 string(3) "123" != vec(3) {  int(1)  int(2)  int(3)}
122 string(3) "123" != string(0) ""
123 string(3) "123" != int(1)
124 string(3) "123" != float(2.5)
125 string(3) "123" != int(0)
126 string(3) "123" != string(6) "string"
127 string(3) "123" == string(3) "123"
128 string(3) "123" != string(3) "2.5"
129 string(3) "123" != NULL
130 string(3) "123" == bool(true)
131 string(3) "123" != bool(false)
132 string(3) "123" != object(stdClass) (0) {}
133 string(3) "123" != object(stdClass) (0) {}
134 string(3) "123" != object(test) (0) {}
135 string(3) "123" != vec(0) {}
136 string(3) "123" != int(-9223372036854775808)
137 string(3) "123" != string(20) "-9223372036854775808"
138 string(3) "2.5" != vec(3) {  int(1)  int(2)  int(3)}
139 string(3) "2.5" != string(0) ""
140 string(3) "2.5" != int(1)
141 string(3) "2.5" == float(2.5)
142 string(3) "2.5" != int(0)
143 string(3) "2.5" != string(6) "string"
144 string(3) "2.5" != string(3) "123"
145 string(3) "2.5" == string(3) "2.5"
146 string(3) "2.5" != NULL
147 string(3) "2.5" == bool(true)
148 string(3) "2.5" != bool(false)
149 string(3) "2.5" != object(stdClass) (0) {}
150 string(3) "2.5" != object(stdClass) (0) {}
151 string(3) "2.5" != object(test) (0) {}
152 string(3) "2.5" != vec(0) {}
153 string(3) "2.5" != int(-9223372036854775808)
154 string(3) "2.5" != string(20) "-9223372036854775808"
155 NULL != vec(3) {  int(1)  int(2)  int(3)}
156 NULL == string(0) ""
157 NULL != int(1)
158 NULL != float(2.5)
159 NULL == int(0)
160 NULL != string(6) "string"
161 NULL != string(3) "123"
162 NULL != string(3) "2.5"
163 NULL == NULL
164 NULL != bool(true)
165 NULL == bool(false)
166 NULL != object(stdClass) (0) {}
167 NULL != object(stdClass) (0) {}
168 NULL != object(test) (0) {}
169 NULL == vec(0) {}
170 NULL != int(-9223372036854775808)
171 NULL != string(20) "-9223372036854775808"
172 bool(true) == vec(3) {  int(1)  int(2)  int(3)}
173 bool(true) != string(0) ""
174 bool(true) == int(1)
175 bool(true) == float(2.5)
176 bool(true) != int(0)
177 bool(true) == string(6) "string"
178 bool(true) == string(3) "123"
179 bool(true) == string(3) "2.5"
180 bool(true) != NULL
181 bool(true) == bool(true)
182 bool(true) != bool(false)
183 bool(true) == object(stdClass) (0) {}
184 bool(true) == object(stdClass) (0) {}
185 bool(true) == object(test) (0) {}
186 bool(true) != vec(0) {}
187 bool(true) == int(-9223372036854775808)
188 bool(true) == string(20) "-9223372036854775808"
189 bool(false) != vec(3) {  int(1)  int(2)  int(3)}
190 bool(false) == string(0) ""
191 bool(false) != int(1)
192 bool(false) != float(2.5)
193 bool(false) == int(0)
194 bool(false) != string(6) "string"
195 bool(false) != string(3) "123"
196 bool(false) != string(3) "2.5"
197 bool(false) == NULL
198 bool(false) != bool(true)
199 bool(false) == bool(false)
200 bool(false) != object(stdClass) (0) {}
201 bool(false) != object(stdClass) (0) {}
202 bool(false) != object(test) (0) {}
203 bool(false) == vec(0) {}
204 bool(false) != int(-9223372036854775808)
205 bool(false) != string(20) "-9223372036854775808"
206 object(stdClass) (0) {} != vec(3) {  int(1)  int(2)  int(3)}
207 object(stdClass) (0) {} != string(0) ""
208 object(stdClass) (0) {}
209 Notice: Object of class stdClass could not be converted to int in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
210  == int(1)
211 object(stdClass) (0) {}
212 Notice: Object of class stdClass could not be converted to float in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
213  != float(2.5)
214 object(stdClass) (0) {}
215 Notice: Object of class stdClass could not be converted to int in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
216  != int(0)
217 object(stdClass) (0) {} != string(6) "string"
218 object(stdClass) (0) {} != string(3) "123"
219 object(stdClass) (0) {} != string(3) "2.5"
220 object(stdClass) (0) {} != NULL
221 object(stdClass) (0) {} == bool(true)
222 object(stdClass) (0) {} != bool(false)
223 object(stdClass) (0) {} == object(stdClass) (0) {}
224 object(stdClass) (0) {} == object(stdClass) (0) {}
225 object(stdClass) (0) {} != object(test) (0) {}
226 object(stdClass) (0) {} != vec(0) {}
227 object(stdClass) (0) {}
228 Notice: Object of class stdClass could not be converted to int in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
229  != int(-9223372036854775808)
230 object(stdClass) (0) {} != string(20) "-9223372036854775808"
231 object(stdClass) (0) {} != vec(3) {  int(1)  int(2)  int(3)}
232 object(stdClass) (0) {} != string(0) ""
233 object(stdClass) (0) {}
234 Notice: Object of class stdClass could not be converted to int in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
235  == int(1)
236 object(stdClass) (0) {}
237 Notice: Object of class stdClass could not be converted to float in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
238  != float(2.5)
239 object(stdClass) (0) {}
240 Notice: Object of class stdClass could not be converted to int in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
241  != int(0)
242 object(stdClass) (0) {} != string(6) "string"
243 object(stdClass) (0) {} != string(3) "123"
244 object(stdClass) (0) {} != string(3) "2.5"
245 object(stdClass) (0) {} != NULL
246 object(stdClass) (0) {} == bool(true)
247 object(stdClass) (0) {} != bool(false)
248 object(stdClass) (0) {} == object(stdClass) (0) {}
249 object(stdClass) (0) {} == object(stdClass) (0) {}
250 object(stdClass) (0) {} != object(test) (0) {}
251 object(stdClass) (0) {} != vec(0) {}
252 object(stdClass) (0) {}
253 Notice: Object of class stdClass could not be converted to int in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
254  != int(-9223372036854775808)
255 object(stdClass) (0) {} != string(20) "-9223372036854775808"
256 object(test) (0) {} != vec(3) {  int(1)  int(2)  int(3)}
257 object(test) (0) {} != string(0) ""
258 object(test) (0) {}
259 Notice: Object of class test could not be converted to int in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
260  == int(1)
261 object(test) (0) {}
262 Notice: Object of class test could not be converted to float in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
263  != float(2.5)
264 object(test) (0) {}
265 Notice: Object of class test could not be converted to int in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
266  != int(0)
267 object(test) (0) {} != string(6) "string"
268 object(test) (0) {} != string(3) "123"
269 object(test) (0) {} != string(3) "2.5"
270 object(test) (0) {} != NULL
271 object(test) (0) {} == bool(true)
272 object(test) (0) {} != bool(false)
273 object(test) (0) {} != object(stdClass) (0) {}
274 object(test) (0) {} != object(stdClass) (0) {}
275 object(test) (0) {} == object(test) (0) {}
276 object(test) (0) {} != vec(0) {}
277 object(test) (0) {}
278 Notice: Object of class test could not be converted to int in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
279  != int(-9223372036854775808)
280 object(test) (0) {} != string(20) "-9223372036854775808"
281 vec(0) {} != vec(3) {  int(1)  int(2)  int(3)}
282 vec(0) {} != string(0) ""
283 vec(0) {} != int(1)
284 vec(0) {} != float(2.5)
285 vec(0) {} != int(0)
286 vec(0) {} != string(6) "string"
287 vec(0) {} != string(3) "123"
288 vec(0) {} != string(3) "2.5"
289 vec(0) {} == NULL
290 vec(0) {} != bool(true)
291 vec(0) {} == bool(false)
292 vec(0) {} != object(stdClass) (0) {}
293 vec(0) {} != object(stdClass) (0) {}
294 vec(0) {} != object(test) (0) {}
295 vec(0) {} == vec(0) {}
296 vec(0) {} != int(-9223372036854775808)
297 vec(0) {} != string(20) "-9223372036854775808"
298 int(-9223372036854775808) != vec(3) {  int(1)  int(2)  int(3)}
299 int(-9223372036854775808) != string(0) ""
300 int(-9223372036854775808) != int(1)
301 int(-9223372036854775808) != float(2.5)
302 int(-9223372036854775808) != int(0)
303 int(-9223372036854775808) != string(6) "string"
304 int(-9223372036854775808) != string(3) "123"
305 int(-9223372036854775808) != string(3) "2.5"
306 int(-9223372036854775808) != NULL
307 int(-9223372036854775808) == bool(true)
308 int(-9223372036854775808) != bool(false)
309 int(-9223372036854775808)
310 Notice: Object of class stdClass could not be converted to int in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
311  != object(stdClass) (0) {}
312 int(-9223372036854775808)
313 Notice: Object of class stdClass could not be converted to int in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
314  != object(stdClass) (0) {}
315 int(-9223372036854775808)
316 Notice: Object of class test could not be converted to int in %s/test/zend/good/Zend/tests/compare_001_64bit.php on line 38
317  != object(test) (0) {}
318 int(-9223372036854775808) != vec(0) {}
319 int(-9223372036854775808) == int(-9223372036854775808)
320 int(-9223372036854775808) == string(20) "-9223372036854775808"
321 string(20) "-9223372036854775808" != vec(3) {  int(1)  int(2)  int(3)}
322 string(20) "-9223372036854775808" != string(0) ""
323 string(20) "-9223372036854775808" != int(1)
324 string(20) "-9223372036854775808" != float(2.5)
325 string(20) "-9223372036854775808" != int(0)
326 string(20) "-9223372036854775808" != string(6) "string"
327 string(20) "-9223372036854775808" != string(3) "123"
328 string(20) "-9223372036854775808" != string(3) "2.5"
329 string(20) "-9223372036854775808" != NULL
330 string(20) "-9223372036854775808" == bool(true)
331 string(20) "-9223372036854775808" != bool(false)
332 string(20) "-9223372036854775808" != object(stdClass) (0) {}
333 string(20) "-9223372036854775808" != object(stdClass) (0) {}
334 string(20) "-9223372036854775808" != object(test) (0) {}
335 string(20) "-9223372036854775808" != vec(0) {}
336 string(20) "-9223372036854775808" == int(-9223372036854775808)
337 string(20) "-9223372036854775808" == string(20) "-9223372036854775808"
338 Done