function x() { echo "y"; echo "<form>"; echo "<input"; }
function x() { $Text .= "x"; $Text .= "y"; $Text .= "<input"; return $Text; }