Q40
What will be the output of the following PHP code ?
A.
test
B.
testtest
C.
testvalue
AnswerD.
error, constant value cannot be changed
Answer: Option C
Solution
Answer: Option C
Solution:
${VAR_NAME} creates a new variable which is not same as VAR_NAME.