$x + $y, "-" => $x - $y, "*" => $x * $y, "/" => $x / $y, default => "Unbekannter Operator" }; ?>