appendices/migration80/incompatible.xml
7f4d351cb527938a04343c06a8fd4353b456c5d3
...
...
@@ -306,6 +306,10 @@ function test(int $arg = null) {}
306
306
Attempting to access unqualified constants which are undefined.
307
307
Previously, unqualified constant accesses resulted in a warning and were interpreted as strings.
308
308
</member>
309
+
<member>
310
+
Passing the wrong number of arguments to a non-variadic built-in
311
+
function will throw an <classname>ArgumentCountError</classname>.
312
+
</member>
309
313
</simplelist>
310
314
</para>
311
315
<para>
312
316