Fixed bug#42516 (__FILE__ resolves symlinks - not mentioned in manual)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257406 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2008-04-13 23:46:26 +00:00
parent 2f5da6e19b
commit 06269d6402

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.50 $ -->
<!-- $Revision: 1.51 $ -->
<chapter xml:id="language.constants" xmlns="http://docbook.org/ns/docbook">
<title>Constants</title>
@ -197,7 +197,7 @@ echo Constant; // outputs "Constant" and issues a notice.
The full path and filename of the file. If used inside an include,
the name of the included file is returned.
Since PHP 4.0.2, <constant>__FILE__</constant> always contains an
absolute path whereas in older versions it contained relative path
absolute path with symlinks resolved whereas in older versions it contained relative path
under some circumstances.
</entry>
</row>