From 383ede429794c92215b63044455c64a384994783 Mon Sep 17 00:00:00 2001 From: Adam Harvey <aharvey@php.net> Date: Wed, 15 Sep 2010 09:35:36 +0000 Subject: [PATCH] Fix doc bug #52847 (Files to include are always searched for in current directory). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303387 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures/include.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/control-structures/include.xml b/language/control-structures/include.xml index d7d60a96bf..3b75662c92 100644 --- a/language/control-structures/include.xml +++ b/language/control-structures/include.xml @@ -15,8 +15,8 @@ <link linkend="ini.include-path">include_path</link> specified. If the file isn't found in the <link linkend="ini.include-path">include_path</link>, <function>include</function> will finally check in the calling script's own - directory before failing. The <function>include</function> construct will - emit a + directory and the current working directory before failing. The + <function>include</function> construct will emit a <link linkend="errorfunc.constants.errorlevels.e-warning">warning</link> if it cannot find a file; this is different behavior from <function>require</function>, which will emit a