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 cb6d65e commit 8239500Copy full SHA for 8239500
language-snippets.ent
@@ -739,6 +739,11 @@ use.</simpara></note>'>
739
<literal>0.99</literal> and <literal>0.1</literal> will both be cast to an
740
integer value of <literal>0</literal>, which will compare such values as equal.
741
</para>
742
+ <para>
743
+ The callback is not called if the input has less than 2 items,
744
+ an error (e.g. accessing an invalid key of an array) or an exception
745
+ will not be reported, unless you test it with 2 items or more.
746
+ </para>
747
</caution>'>
748
749
<!ENTITY sort.callback.description.presort '<caution xmlns="http://docbook.org/ns/docbook">
0 commit comments