This is a string with single quotes.
Hello, my name is Brieanna and I enjoy PHP.
In PHP, single quotes will treat the string literally, meaning variables inside them will not be parsed. Double quotes will parse variables and special characters like newline (\n).