RFC: Nullable and Non-Nullable Cast Operators

Project Governance
Author
Target
8.6
PHP's type casting operators currently almost always convert values to the target type even if it cannot be represented from the original value. For example nul...

This RFC has not yet started voting