Q132
What will be the output of the following PHP code ?
A.
qwe12345rty
B.
qwe{$a}rty
AnswerC.
error
D.
no output
Answer: Option B
Solution
Answer: Option B
Solution:
qwe{$a}rty, single quotes are not parsed.