예제 #1
0
 /**
  * Stored routine with designation type none must return the number of rows affected.
  */
 public function test3()
 {
     $ret = DataLayer::testNoneWithLob(20, 'blob');
     $this->assertEquals(20, $ret);
 }