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