コード例 #1
0
ファイル: abstract.php プロジェクト: Debenson/openwan
 protected function qstr($checks)
 {
     foreach ($checks as $check) {
         $this->assertSame($check[1], $this->dbo->qstr($check[0]), "check qstr({$check[0]})");
     }
 }