Question

Which is true about var_dump() function?

A var_dump() loops infinitely
B var_dump() cuts off loop afetr getting same element two times
C var_dump() cuts off loop after getting the same element three times
D var_dump() cuts off loop after getting the same element five times
Answer & Explanation
Option: [C]