I know you can use @ to suppress errors. But is there anyway you can make php ignore @ ?
In my case, I have to use a 3th party script that uses @, the script is huge and I'm having a hard time finding out where it dies.
When you use the PHP Xdebug extension you can ignore the error control operator @
by using this config setting:
xdebug.scream = 1
This disables the @ (shut-up) operator so that notices, warnings and errors are no longer hidden.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With