From 3db53611509a16971da8590faa14d6517deb8e1d Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Sat, 14 Jul 2001 07:49:16 +0000 Subject: [PATCH] More typos. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51471 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/language/types.xml b/language/types.xml index 6db35e31be..4b152d0701 100644 --- a/language/types.xml +++ b/language/types.xml @@ -181,7 +181,7 @@ if ($show_separators) the (bool) or the (boolean) 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 boolean argument. + control structure requires a boolean argument. See also type-juggling. @@ -355,7 +355,7 @@ var_dump($large_number); the (int) or the (integer) 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 integer-argument. + control structure requires a integer-argument. See also type-juggling. @@ -1120,7 +1120,7 @@ $arr[] = value; The foreach - control-structure exists specificly for arrays. It + control structure exists specificly for arrays. It provides an easy way to traverse an array.