Most IMP question in PHP Interview.

Most IMP question in PHP Interview.
What’s the Difference Between Single & Double Quotes in PHP.
String enclosed in single quotes print as it is without being interpreted. It is faster and everything quoted inside treated as plain string.
In Double quote strings...