Lines Matching refs:assertSame

21         $this->assertSame(MAX_INT32, $arr[MAX_INT32]);
23 $this->assertSame(MIN_INT32, $arr[MIN_INT32]);
34 $this->assertSame(1, $arr[1]);
35 $this->assertSame(2, $arr[2]);
37 $this->assertSame(MAX_INT32, $arr[MAX_INT32]);
39 $this->assertSame(MIN_INT32, $arr[MIN_INT32]);
49 $this->assertSame(2, $arr[2]);
51 $this->assertSame(3, $arr[3]);
53 $this->assertSame(MAX_INT32, $arr[MAX_INT32]);
68 $this->assertSame($key, $val);
75 $this->assertSame(3, $i);
87 $this->assertSame(-1, $arr[-1]);
93 $this->assertSame(-1, $arr[-1]);
95 $this->assertSame(MIN_UINT32, $arr[MIN_UINT32]);
103 $this->assertSame(-1, $arr[-1]);
109 $this->assertSame(3, $arr[3]);
111 $this->assertSame(-1, $arr[-1]);
113 $this->assertSame(MIN_UINT32, $arr[MIN_UINT32]);
122 $this->assertSame(-1, $arr[-1]);
128 $this->assertSame(7, $arr[7]);
130 $this->assertSame(3, $arr[3]);
132 $this->assertSame(-1, $arr[-1]);
134 $this->assertSame(MIN_UINT32, $arr[MIN_UINT32]);
154 $this->assertSame(MAX_INT64_STRING, $arr[MAX_INT64_STRING]);
155 $this->assertSame(MIN_INT64_STRING, $arr[MIN_INT64_STRING]);
157 $this->assertSame(MAX_INT64, $arr[MAX_INT64]);
158 $this->assertSame(MIN_INT64, $arr[MIN_INT64]);
168 $this->assertSame('1', $arr['1']);
170 $this->assertSame(1, $arr[1]);
182 $this->assertSame('2', $arr['2']);
183 $this->assertSame('3', $arr['3']);
184 $this->assertSame(MAX_INT64_STRING, $arr[MAX_INT64_STRING]);
185 $this->assertSame(MIN_INT64_STRING, $arr[MIN_INT64_STRING]);
187 $this->assertSame(2, $arr[2]);
188 $this->assertSame(3, $arr[3]);
189 $this->assertSame(MAX_INT64, $arr[MAX_INT64]);
190 $this->assertSame(MIN_INT64, $arr[MIN_INT64]);
210 $this->assertSame(MAX_UINT64_STRING, $arr[MAX_UINT64_STRING]);
212 $this->assertSame(MAX_UINT64, $arr[MAX_UINT64]);
221 $this->assertSame('1', $arr['1']);
223 $this->assertSame(1, $arr[1]);
235 $this->assertSame('2', $arr['2']);
236 $this->assertSame('3', $arr['3']);
237 $this->assertSame(MAX_UINT64_STRING, $arr[MAX_UINT64_STRING]);
239 $this->assertSame(2, $arr[2]);
240 $this->assertSame(3, $arr[3]);
241 $this->assertSame(MAX_UINT64, $arr[MAX_UINT64]);
304 $this->assertSame(True, $arr[True]);
310 $this->assertSame(False, $arr[False]);
317 $this->assertSame(True, $arr[True]);
323 $this->assertSame(False, $arr[False]);
330 $this->assertSame(True, $arr[True]);
336 $this->assertSame(False, $arr[False]);
343 $this->assertSame(True, $arr[True]);
349 $this->assertSame(False, $arr[False]);
364 $this->assertSame('abc', $arr['abc']);
370 $this->assertSame('1', $arr['1']);
376 $this->assertSame('1.1', $arr['1.1']);
382 $this->assertSame('1', $arr['1']);
395 $this->assertSame($key, $val);
402 $this->assertSame(3, $i);
417 $this->assertSame(1, $arr[0]->getA());
442 $this->assertSame(3, $i);