From 0a3b308c70bc29fbb1cbb4a28d00195946407f89 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Thu, 16 Sep 2010 02:03:34 +0000 Subject: [PATCH] Note that absolute paths on Windows can also start simply with \ and not necessarily a drive letter. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303412 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures/include.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/language/control-structures/include.xml b/language/control-structures/include.xml index 3b75662c92..8ac423519d 100644 --- a/language/control-structures/include.xml +++ b/language/control-structures/include.xml @@ -24,9 +24,9 @@ If a path is defined — whether absolute (starting with a drive letter - on Windows, or / on Unix/Linux systems) or relative to - the current directory (starting with . or - ..) — the + or \ on Windows, or / on Unix/Linux + systems) or relative to the current directory (starting with + . or ..) — the include_path will be ignored altogether. For example, if a filename begins with ../, the parser will look in the parent directory to find the requested file.