From 64c2c97264735ca6ed2fc4f8e535a76b312ba06b Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 27 Jul 2004 19:53:55 +0000 Subject: [PATCH] Comparing return value of include (bug #15438) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164487 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) 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 + + +]]> + + +