mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Precisify comment on bug
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@57149 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dede2d253a
commit
bffdb553cb
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.48 $ -->
|
||||
<!-- $Revision: 1.49 $ -->
|
||||
<chapter id="language.types">
|
||||
<title>Types</title>
|
||||
|
||||
|
@ -336,14 +336,16 @@ var_dump($large_number);
|
|||
</informalexample>
|
||||
<warning>
|
||||
<simpara>
|
||||
Unfortunately, there is a bug in the script engine (still
|
||||
present in 4.0.6, probably resolved in 4.0.7) so that this
|
||||
Unfortunately, there was a bug in PHP so that this
|
||||
does not always work correctly when there are negative numbers
|
||||
involved. For example: when you do <literal>-50000 *
|
||||
$million</literal>, the result will be
|
||||
<literal>-429496728</literal>. However, when both operands are
|
||||
positive there is no problem.
|
||||
</simpara>
|
||||
<simpara>
|
||||
This is solved in PHP 4.0.7
|
||||
</simpara>
|
||||
</warning>
|
||||
</para>
|
||||
</sect2>
|
||||
|
|
Loading…
Reference in a new issue