Typo fixes.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30545 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Torben Wilson 2000-08-20 02:38:22 +00:00
parent a922b1125d
commit db66205eda

View file

@ -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>