Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ PHP NEWS
11 Sep 2025, PHP 8.5.0beta3

- Core:
. Destructing non-array values (other than NULL) using [] or list() now
. Destructuring non-array values (other than NULL) using [] or list() now
emits a warning. (Girgias)
. Fixed bug GH-19637 (Incorrect Closure scope for FCC in constant
expression). (timwolla)
Expand Down
2 changes: 1 addition & 1 deletion UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ PHP 8.5 UPGRADE NOTES
. The disable_classes INI setting has been removed as it causes various
engine assumptions to be broken.
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#remove_disable_classes_ini_setting
. Destructing non-array values (other than NULL) using [] or list() now
. Destructuring non-array values (other than NULL) using [] or list() now
emits a warning.
RFC: https://wiki.php.net/rfc/warnings-php-8-5#destructuring_non-array_values
. A warning is now emitted when casting floats (or strings that look like
Expand Down