JosephLenton / PHP-Error

Better error reporting for PHP, and prettier too!
1.35k stars 151 forks source link

Option to change how superglobals are dumped #74

Closed Anticom closed 3 years ago

Anticom commented 11 years ago

Problem is, that for my $_POST dump there are only the values. Since it's an associative array in my case i need to know what values belong to what keys and what keys are set and what not. It would be great if you could configure php error in such way, that it's possible to choose between a simple dump (current style) or a full dump in good old print_r/var_dump style.