Q130
What will be the output of the following PHP code ?
A.
qwe12345rty
AnswerB.
qwe{$a}rty
C.
error
D.
no output
Answer: Option A
Solution
Answer: Option A
Solution:
{$}dereferences the variable within.