mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
dc9887a2ca
commit
383ede4297
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue