diff --git a/language/control-structures.xml b/language/control-structures.xml index 4ba9191f93..07ad0f9d29 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -1424,6 +1424,29 @@ if ($condition) { variables within those tags and they will be introduced at whichever point the file was included. + + Because include is a special language costruct, + parentheses are not needed around its argument. Take care when comparing + return value. + + Comparing return value of include + + +]]> + + +