Mention that symlinks in __FILE__ are resolved

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334486 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Maciej Sobaczewski 2014-08-05 11:43:50 +00:00
parent f79489c9b3
commit 0cb2ef45e1

View file

@ -230,7 +230,7 @@ echo ANOTHER_CONST;
<row xml:id="constant.file">
<entry><constant>__FILE__</constant></entry>
<entry>
The full path and filename of the file. If used inside an include,
The full path and filename of the file with symlinks resolved. If used inside an include,
the name of the included file is returned.
</entry>
</row>