Q33
What will be the output of the following PHP code ?
A.
hihellohi1
AnswerB.
hi
C.
hihi1
D.
hi1
Answer: Option A
Solution
Answer: Option A
Solution:
As break is not provided it executes all the cases.