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 646fe01 commit 228cba8Copy full SHA for 228cba8
reference/bc/bcmath/number/compare.xml
@@ -37,8 +37,9 @@
37
<refsect1 role="returnvalues">
38
&reftitle.returnvalues;
39
<simpara>
40
- Returns <literal>0</literal> if the two numbers are equal, <literal>1</literal> if the
41
- this object is larger than the <parameter>num</parameter>, <literal>-1</literal> otherwise.
+ Returns <literal>0</literal> if the two numbers are equal,
+ <literal>1</literal> if <varname>$this</varname> is greater than <parameter>num</parameter>,
42
+ <literal>-1</literal> otherwise.
43
</simpara>
44
</refsect1>
45
0 commit comments