polyfill icon indicating copy to clipboard operation
polyfill copied to clipboard

[PHP 8.5] Add new `\Filter\FilterException` and `Filter\FilterFailedException`

Open Ayesh opened this issue 1 month ago • 0 comments

PHP 8.5 adds two new exception classes, along with the new FILTER_THROW_ON_FAILURE flag. We can not polyfill the exception behavior (which is activated with the FILTER_THROW_ON_FAILURE flag), but we can still polyfill the exception classes.

Ayesh avatar Nov 19 '25 22:11 Ayesh