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