mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Removed useless warning about a bug in versions prior to 4.1.0.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299538 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4ae803bb91
commit
afd3e0543e
1 changed files with 0 additions and 13 deletions
|
@ -155,19 +155,6 @@ var_dump($large_number); // float(5.0E+19)
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
|
||||
<warning>
|
||||
<simpara>
|
||||
Unfortunately, there was a bug in PHP which caused this to not always work
|
||||
correctly when negative numbers were involved. For example, the result of
|
||||
<literal>-50000 * $million</literal> is <literal>-429496728</literal>.
|
||||
However, when both operands were positive, there was no problem.
|
||||
</simpara>
|
||||
|
||||
<simpara>
|
||||
This was fixed in PHP 4.1.0.
|
||||
</simpara>
|
||||
</warning>
|
||||
|
||||
<para>
|
||||
There is no <type>integer</type> division operator in PHP.
|
||||
|
|
Loading…
Reference in a new issue