Exemple #1
0
 function testArraySearch()
 {
     $result = \qtil\StringUtil::strposInArray('bob went to billys to serve jim bob dinner', 'bob');
     $this->assertEquals(2, count($result));
 }