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 0046fb0 commit 55ddbbdCopy full SHA for 55ddbbd
UPGRADING
@@ -64,6 +64,8 @@ PHP 7.2 UPGRADE NOTES
64
'Multiple' => ['One header', 'Another header'],
65
'Multiline' = "FirstLine\r\n SecondLine",
66
];
67
+ . count() now raises a warning when an invalid parameter is passed.
68
+ Only arrays and objects implementing the Countable interface should be passed.
69
70
- XML:
71
. utf8_encode() and utf8_decode() have been moved to the Standard extension
0 commit comments