Q85
What will be the output of the following PHP code ?
A.
hihellobye
B.
infinite loop
C.
hihello
D.
no output
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
As count($a) returns 3 the condition is always false.