Пример #1
0
 public function testStrpos()
 {
     $this->assertEquals(1, $this->_helper->strpos('123', 2));
 }