More typos.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51471 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Torben Wilson 2001-07-14 07:49:16 +00:00
parent 289dcc45a1
commit 3db5361150

View file

@ -181,7 +181,7 @@ if ($show_separators)
the <literal>(bool)</literal> or the <literal>(boolean)</literal> cast.
However, in most cases you do not need to use the cast, since a value
will be automatically converted if an operator, function or
control-structure requires a <type>boolean</type> argument.
control structure requires a <type>boolean</type> argument.
</simpara>
<simpara>
See also <link linkend="language.types.type-juggling">type-juggling</link>.
@ -355,7 +355,7 @@ var_dump($large_number);
the <literal>(int)</literal> or the <literal>(integer)</literal> cast.
However, in most cases you do not need to use the cast, since a value
will be autmatically converted if an operator, function or
control-structure requires a <type>integer</type>-argument.
control structure requires a <type>integer</type>-argument.
</simpara>
<simpara>
See also <link linkend="language.types.type-juggling">type-juggling</link>.
@ -1120,7 +1120,7 @@ $arr[] = <replaceable>value</replaceable>;
</para>
<para>
The <link linkend="control-structures.foreach">foreach</link>
control-structure exists specificly for arrays. It
control structure exists specificly for arrays. It
provides an easy way to traverse an array.
</para>
</sect2>