Hi,

On Mon, 2008-02-11 at 22:30 -0500, "Edward Z. Yang" wrote:
> Hello all, I was documenting the __DIR__ patch, and I ran across some
> curious behavior when the PHP file was in the Windows filesystem root:
> 
> C:\test.php
> <?php
> echo __DIR__;
> ?>
> 
> Output:
> C:\
> 
> Is this intended?

What else would you expect? For me it looks right.

johannes

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

Reply via email to