Skip to content

Commit

Permalink
Update gmp-cmp.xml nit code example
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalferov authored Nov 28, 2024
1 parent cb3e9eb commit 0e3772b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reference/gmp/functions/gmp-cmp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ $cmp2 = gmp_cmp("1000", "1234"); // Первое число меньше вто
$cmp3 = gmp_cmp("1234", "1234"); // Числа равны
echo "$cmp1 $cmp2 $cmp3\n";
?>
]]>
</programlisting>
Expand Down

0 comments on commit 0e3772b

Please sign in to comment.