escape($p);}, $arr); $expr = implode(', ', $arr); } $this->expr = $expr; } public function __toString() { return $this->expr; } }