We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce89c55 commit 8c5761dCopy full SHA for 8c5761d
UPGRADING
@@ -108,6 +108,8 @@ PHP 7.2 UPGRADE NOTES
108
'Multiple' => ['One header', 'Another header'],
109
'Multiline' = "FirstLine\r\n SecondLine",
110
];
111
+ . count() now raises a warning when an invalid parameter is passed.
112
+ Only arrays and objects implementing the Countable interface should be passed.
113
114
- XML:
115
. utf8_encode() and utf8_decode() have been moved to the Standard extension
0 commit comments