SyntaxFix
Write A Post
Hire A Developer
Questions
Output buffering is very useful if you don't want to mess up your output. I do this in a one-liner which I can comment/uncomment at will
ob_start();var_dump(); user_error(ob_get_contents()); ob_get_clean();