x = $x; $this->y = $y; } function _clone() { return new Point($this->x, $this->y); } } ?>