unread
Hi internals,
I'd like to start the discussion for a new RFC about adding
a FILTER_THROW_ON_FAILURE flag to the filter extension.
- RFC: https://wiki.php.net/rfc/filter_throw_on_failure
- Implementation: https://github.com/php/php-src/pull/18896
--Daniel
unread
Hi internals,
I'd like to start the discussion for a new RFC about adding
a FILTER_THROW_ON_FAILURE flag to the filter extension.
I think this is an excellent idea.
I left a review on the PR, with a suggestion to improve the exception
message (slightly):
https://github.com/php/php-src/pull/18896/files#r2204824115
cheers,
Derick