RFC: https://wiki.php.net/rfc/arithmetic_operator_type_checks
. Float to string casting will now always behave locale-independently.
RFC: https://wiki.php.net/rfc/locale_independent_float_to_string
- . Added support for mixed type
- RFC: https://wiki.php.net/rfc/mixed_type_v2
. Removed support for deprecated curly braces for offset access
RFC: https://wiki.php.net/rfc/deprecate_curly_braces_array_access
. It is now possible to write `catch (Exception)` to catch an exception
without storing it in a variable.
RFC: https://wiki.php.net/rfc/non-capturing_catches
+ . Added support for mixed type
+ RFC: https://wiki.php.net/rfc/mixed_type_v2
- Date:
. Added DateTime::createFromInterface() and