Jan Schneider wrote:
Zitat von Jingcheng Zhang <[EMAIL PROTECTED]>:

Hello,
  Is there any chance that dirname(__FILE__) being exposed as a constant,
i.e. __DIRNAME__?

No. Constants are per request, dirname(__FILE__) is obviously different per file.

That's not entirely true, isn't it? Think __FILE__ is per file, then we've __FUNCTION__, __LINE__, etc.

sincerely,
- Markus

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to