rephrase unclear wording

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276588 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Stanislav Malyshev 2009-02-27 20:39:32 +00:00
parent 1c53f2ad61
commit fddc302488

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<sect1 xml:id="function.include" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title><function>include</function></title>
@ -30,7 +30,8 @@
in that file, <filename>b.php</filename> is first looked in <filename class="directory">/www/libraries/</filename>
and then in <filename class="directory">/www/include/</filename>.
If filename begins with <literal>./</literal> or <literal>../</literal>, 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.
</simpara>
<simpara>
When a file is included, the code it contains inherits the