Vidyalelo
PHP · Q132

Operators And Expressions

Programming · PHP · question 132

Q132

What will be the output of the following PHP code ?

A.
qwe12345rty
B.
qwe{$a}rty
Answer
C.
error
D.
no output

Answer: Option B

Solution

Answer: Option B
Solution:
qwe{$a}rty, single quotes are not parsed.