public function __clone() { parent::__clone(); if ($this->type !== null) { $this->type = clone $this->type; } }
public function __clone() { parent::__clone(); $this->type = clone $this->type; $this->arrayref = null; $this->arrayoff = null; }
public function __clone() { parent::__clone(); $this->type = clone $this->type; }