Skip to content

Commit bc3ee2e

Browse files
committed
[skip-ci] Update UPGRADING
Add upgrading note for mixed type and removal of curly braces offset syntax
1 parent b9d0ff7 commit bc3ee2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ PHP 8.0 UPGRADE NOTES
191191
RFC: https://wiki.php.net/rfc/arithmetic_operator_type_checks
192192
. Float to string casting will now always behave locale-independently.
193193
RFC: https://wiki.php.net/rfc/locale_independent_float_to_string
194+
. Added support for mixed type
195+
RFC: https://wiki.php.net/rfc/mixed_type_v2
196+
. Removed support for deprecated curly braces for offset access
197+
RFC: https://wiki.php.net/rfc/deprecate_curly_braces_array_access
194198

195199
- COM:
196200
. Removed the ability to import case-insensitive constants from type

0 commit comments

Comments
 (0)