Appreciable, the values of the variables are listed in double quotes, whereas, for single quotes, such potential is absent.
….
$var = “Ram’s”;
try to write down the echo statement by using both single quote and double quote to get the output as
//Ram’s
Happy Coding!
--