Q34
What will be the output of the following PHP code ?
A.
hihellohi1
B.
hello
AnswerC.
hihi1
D.
hi1
Answer: Option B
Solution
Answer: Option B
Solution:
As hello is provided after case2 it breaks the loop.