From 0cb2ef45e1a917048b02a87e9ebe1b05127846b6 Mon Sep 17 00:00:00 2001 From: Maciej Sobaczewski Date: Tue, 5 Aug 2014 11:43:50 +0000 Subject: [PATCH] Mention that symlinks in __FILE__ are resolved git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334486 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/constants.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/constants.xml b/language/constants.xml index 7c48f38697..95841efd8f 100644 --- a/language/constants.xml +++ b/language/constants.xml @@ -230,7 +230,7 @@ echo ANOTHER_CONST; __FILE__ - 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.