Q80
What will be the output of the following PHP code ?
A.
000
B.
012
AnswerC.
123
D.
Error
Answer: Option B
Solution
Answer: Option B
Solution:
Since, we are using $GLOBALS[‘x’], the question is similar to question 7.