mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Typo fixes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30545 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a922b1125d
commit
db66205eda
1 changed files with 3 additions and 3 deletions
|
@ -753,12 +753,12 @@ Mozilla/4.5 [en] (X11; U; Linux 2.2.9 i586)<hr>
|
|||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
i signed integer (machine dependant size and byte order)
|
||||
i signed integer (machine dependent size and byte order)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
I unsigned integer (machine dependant size and byte order)
|
||||
I unsigned integer (machine dependent size and byte order)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -824,7 +824,7 @@ $binarydata = pack ("nvc*", 0x1234, 0x5678, 65, 66);
|
|||
</para>
|
||||
<para>
|
||||
Also note that PHP internally stores integral values as signed
|
||||
values of a machine dependant size. If you give it an unsigned
|
||||
values of a machine dependent size. If you give it an unsigned
|
||||
integral value too large to be stored that way it is converted to
|
||||
a double which often yields an undesired result.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue