Kathleen Borja wrote:
Roan Kattouw <roan.kattouw <at> gmail.com> writes:
var_dump() is a function used for debugging. You can find any stray occurrences of it by just searching for "var_dump" in your code.
I now know about it.. but i was able to fix the bug. so, that means there is no need to remove such var_dump, is that it?
Perhaps it wasn't a var_dump after all. If you do have a var_dump there, it shouldn't be executed. So I'd still remove it for production usage, even if its execution path is supposedly never reached.