mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fixed typo again, recounted types...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47665 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0d3c72d050
commit
b54348e418
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
</simpara>
|
||||
|
||||
<para>
|
||||
Three scalar <!-- (basic, can't be split into parts) --> types:
|
||||
Four scalar <!-- (basic, can't be split into parts) --> types:
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
|||
</para>
|
||||
|
||||
<para>
|
||||
Three compound types:
|
||||
Two compound types:
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
|
@ -279,7 +279,7 @@ echo (int) ( (0.1+0.7) * 10 ); // echo's 7!
|
|||
|
||||
<para>
|
||||
See also:
|
||||
<link linkend="ref.gmp">Arbitrary precision integes</link> and
|
||||
<link linkend="ref.gmp">Arbitrary precision integers</link> and
|
||||
<link linkend="language.types.double">Floating point numbers</link>
|
||||
</para>
|
||||
</sect3>
|
||||
|
|
Loading…
Reference in a new issue