appendices/migration80/other-changes.xml
4c41f6fa0ebe4afe8b7a3468e7e26dfd0c0e4131
...
...
@@ -37,6 +37,17 @@
37
37
</para>
38
38
</sect3>
39
39

40
+
<sect3 xml:id="migration80.other-changes.functions.standard">
41
+
<title>Standard</title>
42
+

43
+
<para>
44
+
The math functions <function>abs</function>, <function>ceil</function>,
45
+
<function>floor</function> and <function>round</function> now properly heed
46
+
<link linkend="language.types.declarations.strict">the <literal>strict_types</literal> directive</link>.
47
+
Previously, they coerced the first argument even in strict type mode.
48
+
</para>
49
+
</sect3>
50
+

40
51
<sect3 xml:id="migration80.other-changes.functions.zip">
41
52
<title>Zip</title>
42
53

43
54