On Wed, 29 Oct 2008, Sanjay Mantoor wrote:

> While I was working on getdate function, found different behavior with
> respect to http://in.php.net/manual/en/function.getdate.php
> This is observed only on linux 64bit.
> Here is code
> <?php
>        $timestamp = -12.3456789000e10;
>        var_dump( getdate($timestamp) );
> ?>
> 
> As per documentation weekday should be Sunday through Saturday but I
> got "Unknown".

[snip]

> Can somebody point-out what is the problem? And whether it is an
> expected behavior.

It's a bug in the day-of-week algorithm in case there is a negative 
year. Could you file a bug please?

regards,
Derick

-- 
HEAD before 5_3!: http://tinyurl.com/6d2esb
http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org

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

Reply via email to