Ejemplo n.º 1
0
 function __destruct()
 {
     parent::__destruct();
     echo __CLASS__ . "::" . __FUNCTION__ . "\n";
     print_r($this);
 }
Ejemplo n.º 2
0
 function __destruct()
 {
     parent::__destruct();
     // Phalanger ND: echo __CLASS__ . "::" . __FUNCTION__ . "\n";
     // Phalanger ND: __var_dump($this);
 }
Ejemplo n.º 3
0
 public function __destruct()
 {
     parent::__destruct();
     unset($this->username);
     unset($this->password);
 }