Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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: c
Explanation: var_dump() cuts off loop after getting the same element three times is true about var_dump() function.

Join The Discussion