whoops icon indicating copy to clipboard operation
whoops copied to clipboard

PHP errors for cool kids

Results 6 whoops issues
Sort by recently updated
recently updated
newest added

HHVM is used nearly anywhere and since php7 is a thing also doesnt has a real use-case anymore. it was a great project to boost zend-php though. we should drop...

I would like to propose an addition to the PrettyPageHandler. I have been testing serializing and unserializing errors produced by our codebase in order to easily see what's going on...

Hello, this PR is related to #704. Please let me know if any tests need to be adjusted. Thank you!

Hello, occasionally I experience this error when I should not be seeing any whoops-related pages. `Uncaught Whoops\Exception\ErrorException: ob_end_clean(): failed to discard buffer of zlib output compression (1)` I've identified the...

Reproduce: Tested PHP version: `7.2.19, 7.3.6, ` Whoops version: `2.3.1` I recently missed "space" into some configuration file. With Whoops turned off, php output shows: ```php php -r "include 'index.php';"...

To reproduce: I have a very basic composer project (PHP 8.2.4, basic common extensions enabled). While just having this code in `index.php` and running it from command line via `php...