We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518f773 commit 0bd2bcaCopy full SHA for 0bd2bca
1 file changed
UPGRADING
@@ -102,9 +102,6 @@ PHP 8.6 UPGRADE NOTES
102
- Standard:
103
. Form feed (\f) is now added in the default trimmed characters of trim(),
104
rtrim() and ltrim(). RFC: https://wiki.php.net/rfc/trim_form_feed
105
- . sscanf() and fscanf() %c conversions no longer stop at whitespace. They
106
- still do not skip leading whitespace; whitespace is now consumed and
107
- assigned as part of the result.
108
. array_filter() now raises a ValueError when an invalid $mode
109
argument value is passed.
110
. array_change_key_case() now raises a ValueError when an invalid $case
0 commit comments