$user_name = 'Fred'; echo "Hello $user_name"; // XHP: Typechecked, well-formed, and secure $user_name = 'Andrew'; $xhp = Hello {$user_name}; // ^ tag // ^ tag // ^ string echo await $xhp->toStringAsync();