We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd2bca commit d88f22eCopy full SHA for d88f22e
1 file changed
UPGRADING
@@ -102,6 +102,9 @@ 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 now correctly read whitespace
106
+ characters, restoring ANSI C behavior. Previously, they stopped at
107
+ whitespace.
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