File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ PHP NEWS
28928911 Sep 2025, PHP 8.5.0beta3
290290
291291- Core:
292- . Destructing non-array values (other than NULL) using [] or list() now
292+ . Destructuring non-array values (other than NULL) using [] or list() now
293293 emits a warning. (Girgias)
294294 . Fixed bug GH-19637 (Incorrect Closure scope for FCC in constant
295295 expression). (timwolla)
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ PHP 8.5 UPGRADE NOTES
5252 . The disable_classes INI setting has been removed as it causes various
5353 engine assumptions to be broken.
5454 RFC: https://wiki.php.net/rfc/deprecations_php_8_5#remove_disable_classes_ini_setting
55- . Destructing non-array values (other than NULL) using [] or list() now
55+ . Destructuring non-array values (other than NULL) using [] or list() now
5656 emits a warning.
5757 RFC: https://wiki.php.net/rfc/warnings-php-8-5#destructuring_non-array_values
5858 . A warning is now emitted when casting floats (or strings that look like
You can’t perform that action at this time.
0 commit comments