From fddc302488f62313709f82202d3ef0824e152e1e Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Fri, 27 Feb 2009 20:39:32 +0000 Subject: [PATCH] rephrase unclear wording git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276588 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures/include.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/language/control-structures/include.xml b/language/control-structures/include.xml index 96a65d8d1a..d090fe9a03 100644 --- a/language/control-structures/include.xml +++ b/language/control-structures/include.xml @@ -1,5 +1,5 @@ - + <function>include</function> @@ -30,7 +30,8 @@ in that file, b.php is first looked in /www/libraries/ and then in /www/include/. If filename begins with ./ or ../, it - is looked only in the current working directory. + is looked for only in the current working directory or parent of the + current working directory, respectively. When a file is included, the code it contains inherits the