Single vs. Double Quotation Marks

var is equal to $var.
var is equal to test.

It is important to note that single quotation marks within PHP treat the string as a literal. In contrast, double quotation marks interpret variables and special characters within the string.