Esempio n. 1
0
 public function tearDown()
 {
     // This is necessary to avoid a segfault under PHP 5.2.x.
     if (is_resource($this->socket)) {
         fclose($this->socket);
     }
     unset($this->handler);
     parent::tearDown();
 }
Esempio n. 2
0
 public function tearDown()
 {
     unset($this->handler);
     parent::tearDown();
 }