Exemple #1
0
 public function testArrayFill()
 {
     $t = new \Test\Fcall();
     $this->assertSame($t->testArrayFill(), array(array_fill(0, 5, '?'), array_fill(0, 6, '?')));
 }
Exemple #2
0
 public function testArrayFill()
 {
     $t = new \Test\Fcall();
     $this->assertTrue($t->testArrayFill() == array(array_fill(0, 5, "?"), array_fill(0, 6, "?")));
 }