name = $name; $this->value = $value; $this->op = $op; } public function __toString() { return "$this->name $this->op '$this->value'"; } }