We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5fd50 commit 1d5f539Copy full SHA for 1d5f539
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() now make the %c conversion consume whitespace.
106
+ Previously, the conversion stopped at whitespace even though %c does not
107
+ skip leading 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