Hi! Looking here (php.net/constants): http://php.net/manual/en/language.constants.php
Shows and links to these magical constants you speak of. The page you mention should link to the above. But, this file (reserved.constants.xml) contains the following text: <!-- This file shold only be present in the English doc tree. If you copy it over to your translation tree you will be hunted down relentlessly! You have been warned! :) --> So I suggest you open a bug report (bugs.php.net) and eventually this issue will be taken care of. If additional information is to be added...it'll need to be translated. Regards, Philip On Sat, 23 Oct 2004, Ammar Ibrahim wrote: > I checked the reserved constants page > http://www.php.net/manual/en/reserved.constants.php > > And followed both links, > > Core Predefined Constants > <http://www.php.net/manual/en/reserved.constants.core.php> -- Constants > defined in the PHP core, Zend, and SAPI modules > Standard Predefined Constants > <http://www.php.net/manual/en/reserved.constants.standard.php> -- Constants > defined in PHP by default > > I didn't find the following constants: > > __FILE__ > __LINE__ > __FUNCTION__ > __CLASS__ > __METHOD__ > > Maybe they are somewhere else, but for usability and convenience I think > they should be added to this page, maybe in a seperate category. > > P.S: Please reply to my email address directly, as i'm not subscribed to > this list > > Regards, > Ammar Ibrahim >
