To make the story short. I deleded that crap.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47657 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Egon Schmid 2001-05-17 05:56:33 +00:00
parent ff6d73d914
commit 192a79eab1

View file

@ -93,9 +93,11 @@ print gmp_strval (fact (1000)) . "\n";
<literal>gmp_init(12378473895798475827348979342)</literal>,
since first the integer-literal will be interpreted,
resulting in an
<!--
<link linkend="language.types.integer.overflow">overflow</link>
and thus in zero, and then gmp_init is called with that
zero as argument.
-->
<!-- TODO: wrong, it will be converted to float (type-jug), which
will lead to loss of precision. -->
</para>